Color Hex Logo

#ccc99a Color Hex

#CCC99A
(204,201,154)
0 Favorites   0 Comments

Color spaces of #ccc99a

RGB 204201154
HSL0.160.330.70
HSV56°25°80°
CMYK 0.000.010.25   0.20
XYZ51.621256.943838.8424
Yxy56.94380.35020.3863
Hunter Lab75.4611-9.949222.3042
CIE-Lab80.1480-6.487523.9280

#ccc99a color RGB value is (204,201,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 10011010
Octal 314 311 232
Decimal 204 201 154
Hex CC C9 9A

RGB Percentages of Color #ccc99a

%36.49
%35.96
%27.55

CMYK Percentages of Color #ccc99a

%0
%1
%25
%20

Triadic Colors of #ccc99a

#ccc99a #9accc9 #c99acc

Analogous Colors of #ccc99a

#ccc99a #b6cc9a #ccb09a

Monochromatic Colors of #ccc99a

#ccc99a

Complementary Color

#ccc99a #9a9dcc

#ccc99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc99a Color CSS Codes

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

#ccc99a Text Font Color

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

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


#ccc99a Background Color

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

This div background color is #ccc99a


#ccc99a Border Color

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

This div border color is #ccc99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc99a


Comments

No comments written yet.

Please login to write comment.