Color Hex Logo

#ccc09a Color Hex

#CCC09A
(204,192,154)
0 Favorites   0 Comments

Color spaces of #ccc09a

RGB 204192154
HSL0.130.330.70
HSV46°25°80°
CMYK 0.000.060.25   0.20
XYZ49.584252.869738.1634
Yxy52.86970.35260.3760
Hunter Lab72.7116-5.520719.7791
CIE-Lab77.7980-1.796420.7078

#ccc09a color RGB value is (204,192,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 10011010
Octal 314 300 232
Decimal 204 192 154
Hex CC C0 9A

RGB Percentages of Color #ccc09a

%37.09
%34.91
%28.00

CMYK Percentages of Color #ccc09a

%0
%6
%25
%20

Triadic Colors of #ccc09a

#ccc09a #9accc0 #c09acc

Analogous Colors of #ccc09a

#ccc09a #bfcc9a #cca79a

Monochromatic Colors of #ccc09a

#ccc09a

Complementary Color

#ccc09a #9aa6cc

#ccc09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc09a Color CSS Codes

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

#ccc09a Text Font Color

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

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


#ccc09a Background Color

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

This div background color is #ccc09a


#ccc09a Border Color

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

This div border color is #ccc09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc09a


Comments

No comments written yet.

Please login to write comment.