Color Hex Logo

#42aaac Color Hex

#42AAAC
(66,170,172)
0 Favorites   0 Comments

Color spaces of #42aaac

RGB 66170172
HSL0.500.450.47
HSV181°62°67°
CMYK 0.620.010.00   0.33
XYZ24.067932.886344.1089
Yxy32.88630.23810.3254
Hunter Lab57.3466-25.4415-5.4611
CIE-Lab64.0687-28.7966-9.9358

#42aaac color RGB value is (66,170,172).

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

The process color (four color CMYK) of #42aaac color hex is 0.62, 0.01, 0.00, 0.33. Web safe color of #42aaac is #339999. Color #42aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 10101100
Octal 102 252 254
Decimal 66 170 172
Hex 42 AA AC

RGB Percentages of Color #42aaac

%16.18
%41.67
%42.16

CMYK Percentages of Color #42aaac

%62
%1
%0
%33

Triadic Colors of #42aaac

#42aaac #ac42aa #aaac42

Analogous Colors of #42aaac

#42aaac #4275ac #42ac79

Monochromatic Colors of #42aaac

#42aaac

Complementary Color

#42aaac #ac4442

#42aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aaac Color CSS Codes

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

#42aaac Text Font Color

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

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


#42aaac Background Color

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

This div background color is #42aaac


#42aaac Border Color

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

This div border color is #42aaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aaac


Comments

No comments written yet.

Please login to write comment.