Color Hex Logo

#42cfaa Color Hex

#42CFAA
(66,207,170)
0 Favorites   0 Comments

Color spaces of #42cfaa

RGB 66207170
HSL0.460.590.54
HSV164°68°81°
CMYK 0.680.000.18   0.19
XYZ31.815348.686245.7507
Yxy48.68620.25200.3856
Hunter Lab69.7755-40.71719.9673
CIE-Lab75.2557-46.17857.5383

#42cfaa color RGB value is (66,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001111 10101010
Octal 102 317 252
Decimal 66 207 170
Hex 42 CF AA

RGB Percentages of Color #42cfaa

%14.90
%46.73
%38.37

CMYK Percentages of Color #42cfaa

%68
%0
%18
%19

Triadic Colors of #42cfaa

#42cfaa #aa42cf #cfaa42

Analogous Colors of #42cfaa

#42cfaa #42aecf #42cf64

Monochromatic Colors of #42cfaa

#42cfaa

Complementary Color

#42cfaa #cf4267

#42cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cfaa Color CSS Codes

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

#42cfaa Text Font Color

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

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


#42cfaa Background Color

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

This div background color is #42cfaa


#42cfaa Border Color

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

This div border color is #42cfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,207,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cfaa


Comments

No comments written yet.

Please login to write comment.