Color Hex Logo

#ccc086 Color Hex

#CCC086
(204,192,134)
0 Favorites   0 Comments

Color spaces of #ccc086

RGB 204192134
HSL0.140.410.66
HSV50°34°80°
CMYK 0.000.060.34   0.20
XYZ48.054652.257930.1083
Yxy52.25790.36850.4007
Hunter Lab72.2896-7.848825.9087
CIE-Lab77.4348-4.413130.7962

#ccc086 color RGB value is (204,192,134).

#ccc086 hex color red value is 204, green value is 192 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ccc086 hue: 0.14 , saturation: 0.41 and the lightness value of ccc086 is 0.66.

The process color (four color CMYK) of #ccc086 color hex is 0.00, 0.06, 0.34, 0.20. Web safe color of #ccc086 is #cccc99. Color #ccc086 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10000110
Octal 314 300 206
Decimal 204 192 134
Hex CC C0 86

RGB Percentages of Color #ccc086

%38.49
%36.23
%25.28

CMYK Percentages of Color #ccc086

%0
%6
%34
%20

Triadic Colors of #ccc086

#ccc086 #86ccc0 #c086cc

Analogous Colors of #ccc086

#ccc086 #b5cc86 #cc9d86

Monochromatic Colors of #ccc086

#ccc086

Complementary Color

#ccc086 #8692cc

#ccc086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc086 Color CSS Codes

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

#ccc086 Text Font Color

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

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


#ccc086 Background Color

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

This div background color is #ccc086


#ccc086 Border Color

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

This div border color is #ccc086


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,192,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccc086; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccc086;
  -webkit-box-shadow: 1px 1px 3px 2px #ccc086;
  box-shadow:         1px 1px 3px 2px #ccc086; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc086


Comments

No comments written yet.

Please login to write comment.