Color Hex Logo

#ccca99 Color Hex

#CCCA99
(204,202,153)
0 Favorites   0 Comments

Color spaces of #ccca99

RGB 204202153
HSL0.160.330.70
HSV58°25°80°
CMYK 0.000.010.25   0.20
XYZ51.772157.378338.4834
Yxy57.37830.35070.3887
Hunter Lab75.7485-10.559722.9021
CIE-Lab80.3919-7.141824.7870

#ccca99 color RGB value is (204,202,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10011001
Octal 314 312 231
Decimal 204 202 153
Hex CC CA 99

RGB Percentages of Color #ccca99

%36.49
%36.14
%27.37

CMYK Percentages of Color #ccca99

%0
%1
%25
%20

Triadic Colors of #ccca99

#ccca99 #99ccca #ca99cc

Analogous Colors of #ccca99

#ccca99 #b5cc99 #ccb199

Monochromatic Colors of #ccca99

#ccca99

Complementary Color

#ccca99 #999bcc

#ccca99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca99 Color CSS Codes

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

#ccca99 Text Font Color

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

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


#ccca99 Background Color

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

This div background color is #ccca99


#ccca99 Border Color

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

This div border color is #ccca99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca99


Comments

No comments written yet.

Please login to write comment.