Color Hex Logo

#ccc15a Color Hex

#CCC15A
(204,193,90)
0 Favorites   0 Comments

Color spaces of #ccc15a

RGB 20419390
HSL0.150.530.58
HSV54°56°80°
CMYK 0.000.050.56   0.20
XYZ45.817351.715517.2401
Yxy51.71550.39920.4506
Hunter Lab71.9135-12.123236.1256
CIE-Lab77.1104-9.295052.3362

#ccc15a color RGB value is (204,193,90).

#ccc15a hex color red value is 204, green value is 193 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #ccc15a hue: 0.15 , saturation: 0.53 and the lightness value of ccc15a is 0.58.

The process color (four color CMYK) of #ccc15a color hex is 0.00, 0.05, 0.56, 0.20. Web safe color of #ccc15a is #cccc66. Color #ccc15a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 01011010
Octal 314 301 132
Decimal 204 193 90
Hex CC C1 5A

RGB Percentages of Color #ccc15a

%41.89
%39.63
%18.48

CMYK Percentages of Color #ccc15a

%0
%5
%56
%20

Triadic Colors of #ccc15a

#ccc15a #5accc1 #c15acc

Analogous Colors of #ccc15a

#ccc15a #9ecc5a #cc885a

Monochromatic Colors of #ccc15a

#ccc15a

Complementary Color

#ccc15a #5a65cc

#ccc15a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc15a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc15a Color CSS Codes

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

#ccc15a Text Font Color

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

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


#ccc15a Background Color

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

This div background color is #ccc15a


#ccc15a Border Color

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

This div border color is #ccc15a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc15a


Comments

No comments written yet.

Please login to write comment.