Color Hex Logo

#42aca4 Color Hex

#42ACA4
(66,172,164)
0 Favorites   0 Comments

Color spaces of #42aca4

RGB 66172164
HSL0.490.450.47
HSV175°62°67°
CMYK 0.620.000.05   0.33
XYZ23.700133.343640.3088
Yxy33.34360.24340.3425
Hunter Lab57.7439-27.7893-0.9673
CIE-Lab64.4382-32.0086-4.9208

#42aca4 color RGB value is (66,172,164).

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

The process color (four color CMYK) of #42aca4 color hex is 0.62, 0.00, 0.05, 0.33. Web safe color of #42aca4 is #339999. Color #42aca4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 10100100
Octal 102 254 244
Decimal 66 172 164
Hex 42 AC A4

RGB Percentages of Color #42aca4

%16.42
%42.79
%40.80

CMYK Percentages of Color #42aca4

%62
%0
%5
%33

Triadic Colors of #42aca4

#42aca4 #a442ac #aca442

Analogous Colors of #42aca4

#42aca4 #427fac #42ac6f

Monochromatic Colors of #42aca4

#42aca4

Complementary Color

#42aca4 #ac424a

#42aca4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aca4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aca4 Color CSS Codes

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

#42aca4 Text Font Color

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

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


#42aca4 Background Color

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

This div background color is #42aca4


#42aca4 Border Color

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

This div border color is #42aca4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aca4


Comments

No comments written yet.

Please login to write comment.