Color Hex Logo

#66887f Color Hex

#66887F
(102,136,127)
0 Favorites   0 Comments

Color spaces of #66887f

RGB 102136127
HSL0.460.140.47
HSV164°25°53°
CMYK 0.250.000.07   0.47
XYZ18.114421.965423.3637
Yxy21.96540.28550.3462
Hunter Lab46.8673-13.02673.2505
CIE-Lab53.9903-13.94340.9371

#66887f color RGB value is (102,136,127).

#66887f hex color red value is 102, green value is 136 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #66887f hue: 0.46 , saturation: 0.14 and the lightness value of 66887f is 0.47.

The process color (four color CMYK) of #66887f color hex is 0.25, 0.00, 0.07, 0.47. Web safe color of #66887f is #669966. Color #66887f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10001000 01111111
Octal 146 210 177
Decimal 102 136 127
Hex 66 88 7F

RGB Percentages of Color #66887f

%27.95
%37.26
%34.79

CMYK Percentages of Color #66887f

%25
%0
%7
%47

Triadic Colors of #66887f

#66887f #7f6688 #887f66

Analogous Colors of #66887f

#66887f #668088 #66886e

Monochromatic Colors of #66887f

#66887f

Complementary Color

#66887f #88666f

#66887f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66887f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66887f Color CSS Codes

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

#66887f Text Font Color

<p style="color:#66887f">Text here</p>

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


#66887f Background Color

<div style="background-color:#66887f">
Div content here</div>

This div background color is #66887f


#66887f Border Color

<div style="border:3px solid #66887f">
Div here</div>

This div border color is #66887f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66887f


Comments

No comments written yet.

Please login to write comment.