Color Hex Logo

#ccca81 Color Hex

#CCCA81
(204,202,129)
0 Favorites   0 Comments

Color spaces of #ccca81

RGB 204202129
HSL0.160.420.65
HSV58°37°80°
CMYK 0.000.010.37   0.20
XYZ49.984856.663429.0715
Yxy56.66340.36830.4175
Hunter Lab75.2751-13.202429.7946
CIE-Lab79.9899-10.163236.7147

#ccca81 color RGB value is (204,202,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10000001
Octal 314 312 201
Decimal 204 202 129
Hex CC CA 81

RGB Percentages of Color #ccca81

%38.13
%37.76
%24.11

CMYK Percentages of Color #ccca81

%0
%1
%37
%20

Triadic Colors of #ccca81

#ccca81 #81ccca #ca81cc

Analogous Colors of #ccca81

#ccca81 #a9cc81 #cca581

Monochromatic Colors of #ccca81

#ccca81

Complementary Color

#ccca81 #8183cc

#ccca81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca81 Color CSS Codes

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

#ccca81 Text Font Color

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

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


#ccca81 Background Color

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

This div background color is #ccca81


#ccca81 Border Color

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

This div border color is #ccca81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca81


Comments

No comments written yet.

Please login to write comment.