Color Hex Logo

#66885a Color Hex

#66885A
(102,136,90)
0 Favorites   0 Comments

Color spaces of #66885a

RGB 10213690
HSL0.290.200.44
HSV104°34°53°
CMYK 0.250.000.34   0.47
XYZ16.129121.171312.9092
Yxy21.17130.32120.4217
Hunter Lab46.0123-17.950315.5742
CIE-Lab53.1365-21.184320.9484

#66885a color RGB value is (102,136,90).

#66885a hex color red value is 102, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #66885a hue: 0.29 , saturation: 0.20 and the lightness value of 66885a is 0.44.

The process color (four color CMYK) of #66885a color hex is 0.25, 0.00, 0.34, 0.47. Web safe color of #66885a is #669966. Color #66885a contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #66885a

%31.10
%41.46
%27.44

CMYK Percentages of Color #66885a

%25
%0
%34
%47

Triadic Colors of #66885a

#66885a #5a6688 #885a66

Analogous Colors of #66885a

#66885a #5a8865 #7d885a

Monochromatic Colors of #66885a

#66885a

Complementary Color

#66885a #7c5a88

#66885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#66885a Color CSS Codes

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

#66885a Text Font Color

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

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


#66885a Background Color

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

This div background color is #66885a


#66885a Border Color

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

This div border color is #66885a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,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 #66885a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66885a


Comments

No comments written yet.

Please login to write comment.