Color Hex Logo

#42aacc Color Hex

#42AACC
(66,170,204)
0 Favorites   0 Comments

Color spaces of #42aacc

RGB 66170204
HSL0.540.580.53
HSV195°68°80°
CMYK 0.680.170.00   0.20
XYZ27.520634.267362.2905
Yxy34.26730.22180.2762
Hunter Lab58.5383-18.5238-22.1136
CIE-Lab65.1742-19.1058-26.0735

#42aacc color RGB value is (66,170,204).

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

The process color (four color CMYK) of #42aacc color hex is 0.68, 0.17, 0.00, 0.20. Web safe color of #42aacc is #3399cc. Color #42aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11001100
Octal 102 252 314
Decimal 66 170 204
Hex 42 AA CC

RGB Percentages of Color #42aacc

%15.00
%38.64
%46.36

CMYK Percentages of Color #42aacc

%68
%17
%0
%20

Triadic Colors of #42aacc

#42aacc #cc42aa #aacc42

Analogous Colors of #42aacc

#42aacc #4265cc #42cca9

Monochromatic Colors of #42aacc

#42aacc

Complementary Color

#42aacc #cc6442

#42aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aacc Color CSS Codes

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

#42aacc Text Font Color

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

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


#42aacc Background Color

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

This div background color is #42aacc


#42aacc Border Color

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

This div border color is #42aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aacc


Comments

No comments written yet.

Please login to write comment.