Color Hex Logo

#ccc45a Color Hex

#CCC45A
(204,196,90)
0 Favorites   0 Comments

Color spaces of #ccc45a

RGB 20419690
HSL0.150.530.58
HSV56°56°80°
CMYK 0.000.040.56   0.20
XYZ46.487253.055417.4634
Yxy53.05540.39730.4534
Hunter Lab72.8391-13.546736.7724
CIE-Lab77.9077-10.830153.2457

#ccc45a color RGB value is (204,196,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01011010
Octal 314 304 132
Decimal 204 196 90
Hex CC C4 5A

RGB Percentages of Color #ccc45a

%41.63
%40.00
%18.37

CMYK Percentages of Color #ccc45a

%0
%4
%56
%20

Triadic Colors of #ccc45a

#ccc45a #5accc4 #c45acc

Analogous Colors of #ccc45a

#ccc45a #9bcc5a #cc8b5a

Monochromatic Colors of #ccc45a

#ccc45a

Complementary Color

#ccc45a #5a62cc

#ccc45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc45a Color CSS Codes

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

#ccc45a Text Font Color

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

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


#ccc45a Background Color

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

This div background color is #ccc45a


#ccc45a Border Color

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

This div border color is #ccc45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc45a


Comments

No comments written yet.

Please login to write comment.