Color Hex Logo

#ccca82 Color Hex

#CCCA82
(204,202,130)
0 Favorites   0 Comments

Color spaces of #ccca82

RGB 204202130
HSL0.160.420.65
HSV58°36°80°
CMYK 0.000.010.36   0.20
XYZ50.051656.690129.4234
Yxy56.69010.36760.4163
Hunter Lab75.2928-13.102929.5353
CIE-Lab80.0050-10.048436.2231

#ccca82 color RGB value is (204,202,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10000010
Octal 314 312 202
Decimal 204 202 130
Hex CC CA 82

RGB Percentages of Color #ccca82

%38.06
%37.69
%24.25

CMYK Percentages of Color #ccca82

%0
%1
%36
%20

Triadic Colors of #ccca82

#ccca82 #82ccca #ca82cc

Analogous Colors of #ccca82

#ccca82 #a9cc82 #cca582

Monochromatic Colors of #ccca82

#ccca82

Complementary Color

#ccca82 #8284cc

#ccca82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccca82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccca82 Color CSS Codes

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

#ccca82 Text Font Color

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

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


#ccca82 Background Color

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

This div background color is #ccca82


#ccca82 Border Color

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

This div border color is #ccca82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccca82


Comments

No comments written yet.

Please login to write comment.