Color Hex Logo

#cbcc0a Color Hex

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

Color spaces of #cbcc0a

RGB 20320410
HSL0.170.910.42
HSV60°95°80°
CMYK 0.000.000.95   0.20
XYZ46.276355.90428.6387
Yxy55.90420.41760.5045
Hunter Lab74.7691-20.368245.4881
CIE-Lab79.5593-18.545678.8179

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

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

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

Base Numbers

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

RGB Percentages of Color #cbcc0a

%48.68
%48.92
%2.40

CMYK Percentages of Color #cbcc0a

%0
%0
%95
%20

Triadic Colors of #cbcc0a

#cbcc0a #0acbcc #cc0acb

Analogous Colors of #cbcc0a

#cbcc0a #6acc0a #cc6c0a

Monochromatic Colors of #cbcc0a

#cbcc0a

Complementary Color

#cbcc0a #0b0acc

#cbcc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcc0a Color CSS Codes

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

#cbcc0a Text Font Color

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

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


#cbcc0a Background Color

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

This div background color is #cbcc0a


#cbcc0a Border Color

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

This div border color is #cbcc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcc0a


Comments

No comments written yet.

Please login to write comment.