Color Hex Logo

#ccc09e Color Hex

#CCC09E
(204,192,158)
0 Favorites   0 Comments

Color spaces of #ccc09e

RGB 204192158
HSL0.120.310.71
HSV44°23°80°
CMYK 0.000.060.23   0.20
XYZ49.923053.005339.9476
Yxy53.00530.34940.3710
Hunter Lab72.8047-5.008918.4312
CIE-Lab77.8781-1.227118.6818

#ccc09e color RGB value is (204,192,158).

#ccc09e hex color red value is 204, green value is 192 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ccc09e hue: 0.12 , saturation: 0.31 and the lightness value of ccc09e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10011110
Octal 314 300 236
Decimal 204 192 158
Hex CC C0 9E

RGB Percentages of Color #ccc09e

%36.82
%34.66
%28.52

CMYK Percentages of Color #ccc09e

%0
%6
%23
%20

Triadic Colors of #ccc09e

#ccc09e #9eccc0 #c09ecc

Analogous Colors of #ccc09e

#ccc09e #c1cc9e #cca99e

Monochromatic Colors of #ccc09e

#ccc09e

Complementary Color

#ccc09e #9eaacc

#ccc09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc09e Color CSS Codes

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

#ccc09e Text Font Color

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

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


#ccc09e Background Color

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

This div background color is #ccc09e


#ccc09e Border Color

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

This div border color is #ccc09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc09e


Comments

No comments written yet.

Please login to write comment.