Color Hex Logo

#01feae Color Hex

#01FEAE
(1,254,174)
0 Favorites   0 Comments

Color spaces of #01feae

RGB 1254174
HSL0.450.990.50
HSV161°100°100°
CMYK 1.000.000.31   0.00
XYZ43.094373.946152.0461
Yxy73.94610.25490.4373
Hunter Lab85.9919-61.031724.3094
CIE-Lab88.8970-68.025024.4800

#01feae color RGB value is (1,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111110 10101110
Octal 1 376 256
Decimal 1 254 174
Hex 1 FE AE

RGB Percentages of Color #01feae

%0.23
%59.21
%40.56

CMYK Percentages of Color #01feae

%100
%0
%31
%0

Triadic Colors of #01feae

#01feae #ae01fe #feae01

Analogous Colors of #01feae

#01feae #01d0fe #01fe30

Monochromatic Colors of #01feae

#01feae

Complementary Color

#01feae #fe0151

#01feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#01feae Color CSS Codes

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

#01feae Text Font Color

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

This sample text font color is #01feae
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.


#01feae Background Color

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

This div background color is #01feae


#01feae Border Color

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

This div border color is #01feae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01feae


Comments

No comments written yet.

Please login to write comment.