Color Hex Logo

#cccb0a Color Hex

#CCCB0A
(204,203,10)
0 Favorites   0 Comments

Color spaces of #cccb0a

RGB 20420310
HSL0.170.910.42
HSV60°95°80°
CMYK 0.000.000.95   0.20
XYZ46.312655.57128.5725
Yxy55.57120.41930.5031
Hunter Lab74.5461-19.560545.3642
CIE-Lab79.3692-17.623378.7102

#cccb0a color RGB value is (204,203,10).

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

The process color (four color CMYK) of #cccb0a color hex is 0.00, 0.00, 0.95, 0.20. Web safe color of #cccb0a is #cccc00. Color #cccb0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001011 00001010
Octal 314 313 12
Decimal 204 203 10
Hex CC CB A

RGB Percentages of Color #cccb0a

%48.92
%48.68
%2.40

CMYK Percentages of Color #cccb0a

%0
%0
%95
%20

Triadic Colors of #cccb0a

#cccb0a #0acccb #cb0acc

Analogous Colors of #cccb0a

#cccb0a #6ccc0a #cc6a0a

Monochromatic Colors of #cccb0a

#cccb0a

Complementary Color

#cccb0a #0a0bcc

#cccb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccb0a Color CSS Codes

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

#cccb0a Text Font Color

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

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


#cccb0a Background Color

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

This div background color is #cccb0a


#cccb0a Border Color

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

This div border color is #cccb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccb0a


Comments

No comments written yet.

Please login to write comment.