Color Hex Logo

#ccbc0a Color Hex

#CCBC0A
(204,188,10)
0 Favorites   0 Comments

Color spaces of #ccbc0a

RGB 20418810
HSL0.150.910.42
HSV55°95°80°
CMYK 0.000.080.95   0.20
XYZ42.939848.82577.4483
Yxy48.82570.43280.4921
Hunter Lab69.8754-12.590242.5928
CIE-Lab75.3428-10.061275.6921

#ccbc0a color RGB value is (204,188,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 00001010
Octal 314 274 12
Decimal 204 188 10
Hex CC BC A

RGB Percentages of Color #ccbc0a

%50.75
%46.77
%2.49

CMYK Percentages of Color #ccbc0a

%0
%8
%95
%20

Triadic Colors of #ccbc0a

#ccbc0a #0accbc #bc0acc

Analogous Colors of #ccbc0a

#ccbc0a #7bcc0a #cc5b0a

Monochromatic Colors of #ccbc0a

#ccbc0a

Complementary Color

#ccbc0a #0a1acc

#ccbc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc0a Color CSS Codes

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

#ccbc0a Text Font Color

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

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


#ccbc0a Background Color

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

This div background color is #ccbc0a


#ccbc0a Border Color

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

This div border color is #ccbc0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc0a


Comments

No comments written yet.

Please login to write comment.