Color Hex Logo

#42885a Color Hex

#42885A
(66,136,90)
0 Favorites   0 Comments

Color spaces of #42885a

RGB 6613690
HSL0.390.350.40
HSV141°51°53°
CMYK 0.510.000.34   0.47
XYZ12.896419.504812.7579
Yxy19.50480.28560.4319
Hunter Lab44.1642-25.163613.7876
CIE-Lab51.2726-33.039118.1203

#42885a color RGB value is (66,136,90).

#42885a hex color red value is 66, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #42885a hue: 0.39 , saturation: 0.35 and the lightness value of 42885a is 0.40.

The process color (four color CMYK) of #42885a color hex is 0.51, 0.00, 0.34, 0.47. Web safe color of #42885a is #339966. Color #42885a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001000 01011010
Octal 102 210 132
Decimal 66 136 90
Hex 42 88 5A

RGB Percentages of Color #42885a

%22.60
%46.58
%30.82

CMYK Percentages of Color #42885a

%51
%0
%34
%47

Triadic Colors of #42885a

#42885a #5a4288 #885a42

Analogous Colors of #42885a

#42885a #42887d #4d8842

Monochromatic Colors of #42885a

#42885a

Complementary Color

#42885a #884270

#42885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42885a Color CSS Codes

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

#42885a Text Font Color

<p style="color:#42885a">Text here</p>

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


#42885a Background Color

<div style="background-color:#42885a">
Div content here</div>

This div background color is #42885a


#42885a Border Color

<div style="border:3px solid #42885a">
Div here</div>

This div border color is #42885a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,136,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42885a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42885a;
  -webkit-box-shadow: 1px 1px 3px 2px #42885a;
  box-shadow:         1px 1px 3px 2px #42885a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42885a


Comments

No comments written yet.

Please login to write comment.