Color Hex Logo

#ccc89a Color Hex

#CCC89A
(204,200,154)
0 Favorites   0 Comments

Color spaces of #ccc89a

RGB 204200154
HSL0.150.330.70
HSV55°25°80°
CMYK 0.000.020.25   0.20
XYZ51.388956.479038.7649
Yxy56.47900.35050.3852
Hunter Lab75.1525-9.459522.0240
CIE-Lab79.8857-5.969723.5702

#ccc89a color RGB value is (204,200,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 10011010
Octal 314 310 232
Decimal 204 200 154
Hex CC C8 9A

RGB Percentages of Color #ccc89a

%36.56
%35.84
%27.60

CMYK Percentages of Color #ccc89a

%0
%2
%25
%20

Triadic Colors of #ccc89a

#ccc89a #9accc8 #c89acc

Analogous Colors of #ccc89a

#ccc89a #b7cc9a #ccaf9a

Monochromatic Colors of #ccc89a

#ccc89a

Complementary Color

#ccc89a #9a9ecc

#ccc89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc89a Color CSS Codes

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

#ccc89a Text Font Color

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

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


#ccc89a Background Color

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

This div background color is #ccc89a


#ccc89a Border Color

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

This div border color is #ccc89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc89a


Comments

No comments written yet.

Please login to write comment.