Color Hex Logo

#ccc55a Color Hex

#CCC55A
(204,197,90)
0 Favorites   0 Comments

Color spaces of #ccc55a

RGB 20419790
HSL0.160.530.58
HSV56°56°80°
CMYK 0.000.030.56   0.20
XYZ46.713653.508117.5389
Yxy53.50810.39670.4544
Hunter Lab73.1492-14.019836.9886
CIE-Lab78.1740-11.339653.5485

#ccc55a color RGB value is (204,197,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 01011010
Octal 314 305 132
Decimal 204 197 90
Hex CC C5 5A

RGB Percentages of Color #ccc55a

%41.55
%40.12
%18.33

CMYK Percentages of Color #ccc55a

%0
%3
%56
%20

Triadic Colors of #ccc55a

#ccc55a #5accc5 #c55acc

Analogous Colors of #ccc55a

#ccc55a #9acc5a #cc8c5a

Monochromatic Colors of #ccc55a

#ccc55a

Complementary Color

#ccc55a #5a61cc

#ccc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc55a Color CSS Codes

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

#ccc55a Text Font Color

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

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


#ccc55a Background Color

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

This div background color is #ccc55a


#ccc55a Border Color

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

This div border color is #ccc55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc55a


Comments

No comments written yet.

Please login to write comment.