Color Hex Logo

#42876c Color Hex

#42876C
(66,135,108)
0 Favorites   0 Comments

Color spaces of #42876c

RGB 66135108
HSL0.430.340.39
HSV157°51°53°
CMYK 0.510.000.20   0.47
XYZ13.617519.568917.2468
Yxy19.56890.27000.3880
Hunter Lab44.2367-22.46627.8500
CIE-Lab51.3463-28.65437.9012

#42876c color RGB value is (66,135,108).

#42876c hex color red value is 66, green value is 135 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #42876c hue: 0.43 , saturation: 0.34 and the lightness value of 42876c is 0.39.

The process color (four color CMYK) of #42876c color hex is 0.51, 0.00, 0.20, 0.47. Web safe color of #42876c is #339966. Color #42876c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000111 01101100
Octal 102 207 154
Decimal 66 135 108
Hex 42 87 6C

RGB Percentages of Color #42876c

%21.36
%43.69
%34.95

CMYK Percentages of Color #42876c

%51
%0
%20
%47

Triadic Colors of #42876c

#42876c #6c4287 #876c42

Analogous Colors of #42876c

#42876c #428087 #42874a

Monochromatic Colors of #42876c

#42876c

Complementary Color

#42876c #87425d

#42876c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42876c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42876c Color CSS Codes

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

#42876c Text Font Color

<p style="color:#42876c">Text here</p>

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


#42876c Background Color

<div style="background-color:#42876c">
Div content here</div>

This div background color is #42876c


#42876c Border Color

<div style="border:3px solid #42876c">
Div here</div>

This div border color is #42876c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,135,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42876c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42876c;
  -webkit-box-shadow: 1px 1px 3px 2px #42876c;
  box-shadow:         1px 1px 3px 2px #42876c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42876c


Comments

No comments written yet.

Please login to write comment.