Color Hex Logo

#42afac Color Hex

#42AFAC
(66,175,172)
0 Favorites   0 Comments

Color spaces of #42afac

RGB 66175172
HSL0.500.450.47
HSV178°62°69°
CMYK 0.620.000.02   0.31
XYZ25.023134.796844.4273
Yxy34.79680.24000.3338
Hunter Lab58.9888-27.5106-3.3620
CIE-Lab65.5902-31.2239-7.6679

#42afac color RGB value is (66,175,172).

#42afac hex color red value is 66, green value is 175 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #42afac hue: 0.50 , saturation: 0.45 and the lightness value of 42afac is 0.47.

The process color (four color CMYK) of #42afac color hex is 0.62, 0.00, 0.02, 0.31. Web safe color of #42afac is #339999. Color #42afac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101111 10101100
Octal 102 257 254
Decimal 66 175 172
Hex 42 AF AC

RGB Percentages of Color #42afac

%15.98
%42.37
%41.65

CMYK Percentages of Color #42afac

%62
%0
%2
%31

Triadic Colors of #42afac

#42afac #ac42af #afac42

Analogous Colors of #42afac

#42afac #427caf #42af76

Monochromatic Colors of #42afac

#42afac

Complementary Color

#42afac #af4245

#42afac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42afac Color Preview on White Background

Lorem ipsum dolor sit amet.

#42afac Color CSS Codes

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

#42afac Text Font Color

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

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


#42afac Background Color

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

This div background color is #42afac


#42afac Border Color

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

This div border color is #42afac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42afac


Comments

No comments written yet.

Please login to write comment.