Color Hex Logo

#ccc09b Color Hex

#CCC09B
(204,192,155)
0 Favorites   0 Comments

Color spaces of #ccc09b

RGB 204192155
HSL0.130.320.70
HSV45°24°80°
CMYK 0.000.060.24   0.20
XYZ49.667952.903238.6039
Yxy52.90320.35180.3747
Hunter Lab72.7346-5.394119.4460
CIE-Lab77.8178-1.655420.2014

#ccc09b color RGB value is (204,192,155).

#ccc09b hex color red value is 204, green value is 192 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ccc09b hue: 0.13 , saturation: 0.32 and the lightness value of ccc09b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10011011
Octal 314 300 233
Decimal 204 192 155
Hex CC C0 9B

RGB Percentages of Color #ccc09b

%37.02
%34.85
%28.13

CMYK Percentages of Color #ccc09b

%0
%6
%24
%20

Triadic Colors of #ccc09b

#ccc09b #9bccc0 #c09bcc

Analogous Colors of #ccc09b

#ccc09b #c0cc9b #cca89b

Monochromatic Colors of #ccc09b

#ccc09b

Complementary Color

#ccc09b #9ba7cc

#ccc09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc09b Color CSS Codes

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

#ccc09b Text Font Color

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

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


#ccc09b Background Color

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

This div background color is #ccc09b


#ccc09b Border Color

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

This div border color is #ccc09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc09b


Comments

No comments written yet.

Please login to write comment.