Color Hex Logo

#cccb2a Color Hex

#CCCB2A
(204,203,42)
0 Favorites   0 Comments

Color spaces of #cccb2a

RGB 20420342
HSL0.170.660.48
HSV60°79°80°
CMYK 0.000.000.79   0.20
XYZ46.675755.716410.4848
Yxy55.71640.41350.4936
Hunter Lab74.6434-19.007143.9222
CIE-Lab79.4521-16.955472.9021

#cccb2a color RGB value is (204,203,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00101010
Octal 314 313 52
Decimal 204 203 42
Hex CC CB 2A

RGB Percentages of Color #cccb2a

%45.43
%45.21
%9.35

CMYK Percentages of Color #cccb2a

%0
%0
%79
%20

Triadic Colors of #cccb2a

#cccb2a #2acccb #cb2acc

Analogous Colors of #cccb2a

#cccb2a #7ccc2a #cc7a2a

Monochromatic Colors of #cccb2a

#cccb2a

Complementary Color

#cccb2a #2a2bcc

#cccb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb2a Color CSS Codes

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

#cccb2a Text Font Color

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

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


#cccb2a Background Color

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

This div background color is #cccb2a


#cccb2a Border Color

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

This div border color is #cccb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb2a


Comments

No comments written yet.

Please login to write comment.