Color Hex Logo

#42feae Color Hex

#42FEAE
(66,254,174)
0 Favorites   0 Comments

Color spaces of #42feae

RGB 66254174
HSL0.430.990.63
HSV154°74°100°
CMYK 0.740.000.31   0.00
XYZ45.328675.097952.1507
Yxy75.09790.26270.4352
Hunter Lab86.6590-58.285624.9811
CIE-Lab89.4388-63.833625.3095

#42feae color RGB value is (66,254,174).

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

The process color (four color CMYK) of #42feae color hex is 0.74, 0.00, 0.31, 0.00. Web safe color of #42feae is #33ff99. Color #42feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111110 10101110
Octal 102 376 256
Decimal 66 254 174
Hex 42 FE AE

RGB Percentages of Color #42feae

%13.36
%51.42
%35.22

CMYK Percentages of Color #42feae

%74
%0
%31
%0

Triadic Colors of #42feae

#42feae #ae42fe #feae42

Analogous Colors of #42feae

#42feae #42f0fe #42fe50

Monochromatic Colors of #42feae

#42feae

Complementary Color

#42feae #fe4292

#42feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#42feae Color CSS Codes

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

#42feae Text Font Color

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

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


#42feae Background Color

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

This div background color is #42feae


#42feae Border Color

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

This div border color is #42feae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,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 #42feae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42feae

Related Colors


Comments

No comments written yet.

Please login to write comment.