color codes Logo

#01feaf color codes

#01FEAF
(1,254,175)
0 Favorites   0 Comments

Color spaces of #01feaf

RGB 1254175
HSL0.450.990.50
HSV161°100°100°
CMYK 1.000.000.31   0.00
XYZ43.192273.985252.5616
Yxy73.98520.25450.4359
Hunter Lab86.0146-60.892023.9795
CIE-Lab88.9155-67.814023.9972

#01feaf color RGB value is (1,254,175).

#01feaf hex color red value is 1, green value is 254 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #01feaf hue: 0.45 , saturation: 0.99 and the lightness value of 01feaf is 0.50.

The process color (four color CMYK) of #01feaf color code is 1.00, 0.00, 0.31, 0.00. Web safe color of #01feaf is #00ff99. Color #01feaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111110 10101111
Octal 1 376 257
Decimal 1 254 175
Hex 1 FE AF

RGB Percentages of Color #01feaf

%0.23
%59.07
%40.70

CMYK Percentages of Color #01feaf

%100
%0
%31
%0

Triadic Colors of #01feaf

#01feaf #af01fe #feaf01

Analogous Colors of #01feaf

#01feaf #01cffe #01fe30

Monochromatic Colors of #01feaf

#01feaf

Complementary Color

#01feaf #fe0150

#01feaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01feaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01feaf Color CSS Codes

.mybgcolor {background-color:#01feaf; } 
.myforecolor {color:#01feaf; }
.mybordercolor {border:3px solid #01feaf; }

#01feaf Text Font Color

<p style="color:#01feaf">Text here</p>

This sample text font color is #01feaf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#01feaf Background Color

<div style="background-color:#01feaf">
Div content here</div>

This div background color is #01feaf


#01feaf Border Color

<div style="border:3px solid #01feaf">
Div here</div>

This div border color is #01feaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,254,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01feaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01feaf;
  -webkit-box-shadow: 1px 1px 3px 2px #01feaf;
  box-shadow:         1px 1px 3px 2px #01feaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,254,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #01feaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #01feaf;
  -webkit-box-shadow: 1px 1px 3px 2px #01feaf;
  box-shadow:         1px 1px 3px 2px #01feaf;">
Div content here</div>

This div box has shadow with color #01feaf


Comments

No comments written yet.

Please login to write comment.