Color Hex Logo

#ccc786 Color Hex

#CCC786
(204,199,134)
0 Favorites   0 Comments

Color spaces of #ccc786

RGB 204199134
HSL0.150.410.66
HSV56°34°80°
CMYK 0.000.020.34   0.20
XYZ49.628355.405430.6329
Yxy55.40540.36580.4084
Hunter Lab74.4348-11.248727.7042
CIE-Lab79.2742-8.040133.2152

#ccc786 color RGB value is (204,199,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10000110
Octal 314 307 206
Decimal 204 199 134
Hex CC C7 86

RGB Percentages of Color #ccc786

%37.99
%37.06
%24.95

CMYK Percentages of Color #ccc786

%0
%2
%34
%20

Triadic Colors of #ccc786

#ccc786 #86ccc7 #c786cc

Analogous Colors of #ccc786

#ccc786 #aecc86 #cca486

Monochromatic Colors of #ccc786

#ccc786

Complementary Color

#ccc786 #868bcc

#ccc786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc786 Color CSS Codes

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

#ccc786 Text Font Color

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

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


#ccc786 Background Color

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

This div background color is #ccc786


#ccc786 Border Color

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

This div border color is #ccc786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc786


Comments

No comments written yet.

Please login to write comment.