Color Hex Logo

#ccc581 Color Hex

#CCC581
(204,197,129)
0 Favorites   0 Comments

Color spaces of #ccc581

RGB 204197129
HSL0.150.420.65
HSV54°37°80°
CMYK 0.000.030.37   0.20
XYZ48.830554.354928.6868
Yxy54.35490.37030.4122
Hunter Lab73.7258-10.794928.5382
CIE-Lab78.6682-7.597235.0065

#ccc581 color RGB value is (204,197,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10000001
Octal 314 305 201
Decimal 204 197 129
Hex CC C5 81

RGB Percentages of Color #ccc581

%38.49
%37.17
%24.34

CMYK Percentages of Color #ccc581

%0
%3
%37
%20

Triadic Colors of #ccc581

#ccc581 #81ccc5 #c581cc

Analogous Colors of #ccc581

#ccc581 #aecc81 #cca081

Monochromatic Colors of #ccc581

#ccc581

Complementary Color

#ccc581 #8188cc

#ccc581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc581 Color CSS Codes

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

#ccc581 Text Font Color

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

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


#ccc581 Background Color

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

This div background color is #ccc581


#ccc581 Border Color

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

This div border color is #ccc581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc581


Comments

No comments written yet.

Please login to write comment.