Color Hex Logo

#cccb2c Color Hex

#CCCB2C
(204,203,44)
0 Favorites   0 Comments

Color spaces of #cccb2c

RGB 20420344
HSL0.170.650.49
HSV60°78°80°
CMYK 0.000.000.78   0.20
XYZ46.712455.731110.6780
Yxy55.73110.41290.4927
Hunter Lab74.6533-18.951343.7768
CIE-Lab79.4605-16.888372.3569

#cccb2c color RGB value is (204,203,44).

#cccb2c hex color red value is 204, green value is 203 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cccb2c hue: 0.17 , saturation: 0.65 and the lightness value of cccb2c is 0.49.

The process color (four color CMYK) of #cccb2c color hex is 0.00, 0.00, 0.78, 0.20. Web safe color of #cccb2c is #cccc33. Color #cccb2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00101100
Octal 314 313 54
Decimal 204 203 44
Hex CC CB 2C

RGB Percentages of Color #cccb2c

%45.23
%45.01
%9.76

CMYK Percentages of Color #cccb2c

%0
%0
%78
%20

Triadic Colors of #cccb2c

#cccb2c #2ccccb #cb2ccc

Analogous Colors of #cccb2c

#cccb2c #7dcc2c #cc7b2c

Monochromatic Colors of #cccb2c

#cccb2c

Complementary Color

#cccb2c #2c2dcc

#cccb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb2c Color CSS Codes

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

#cccb2c Text Font Color

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

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


#cccb2c Background Color

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

This div background color is #cccb2c


#cccb2c Border Color

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

This div border color is #cccb2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb2c


Comments

No comments written yet.

Please login to write comment.