Color Hex Logo

#42cfae Color Hex

#42CFAE
(66,207,174)
0 Favorites   0 Comments

Color spaces of #42cfae

RGB 66207174
HSL0.460.590.54
HSV166°68°81°
CMYK 0.680.000.16   0.19
XYZ32.199648.839947.7743
Yxy48.83990.25000.3792
Hunter Lab69.8855-40.05638.3888
CIE-Lab75.3516-45.19985.5269

#42cfae color RGB value is (66,207,174).

#42cfae hex color red value is 66, green value is 207 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #42cfae hue: 0.46 , saturation: 0.59 and the lightness value of 42cfae is 0.54.

The process color (four color CMYK) of #42cfae color hex is 0.68, 0.00, 0.16, 0.19. Web safe color of #42cfae is #33cc99. Color #42cfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 10101110
Octal 102 317 256
Decimal 66 207 174
Hex 42 CF AE

RGB Percentages of Color #42cfae

%14.77
%46.31
%38.93

CMYK Percentages of Color #42cfae

%68
%0
%16
%19

Triadic Colors of #42cfae

#42cfae #ae42cf #cfae42

Analogous Colors of #42cfae

#42cfae #42aacf #42cf68

Monochromatic Colors of #42cfae

#42cfae

Complementary Color

#42cfae #cf4263

#42cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfae Color CSS Codes

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

#42cfae Text Font Color

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

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


#42cfae Background Color

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

This div background color is #42cfae


#42cfae Border Color

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

This div border color is #42cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfae


Comments

No comments written yet.

Please login to write comment.