Color Hex Logo

#ccb30a Color Hex

#CCB30A
(204,179,10)
0 Favorites   0 Comments

Color spaces of #ccb30a

RGB 20417910
HSL0.150.910.42
HSV52°95°80°
CMYK 0.000.120.95   0.20
XYZ41.076745.09956.8273
Yxy45.09950.44170.4849
Hunter Lab67.1562-8.342140.9817
CIE-Lab72.9574-5.410373.9188

#ccb30a color RGB value is (204,179,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110011 00001010
Octal 314 263 12
Decimal 204 179 10
Hex CC B3 A

RGB Percentages of Color #ccb30a

%51.91
%45.55
%2.54

CMYK Percentages of Color #ccb30a

%0
%12
%95
%20

Triadic Colors of #ccb30a

#ccb30a #0accb3 #b30acc

Analogous Colors of #ccb30a

#ccb30a #84cc0a #cc520a

Monochromatic Colors of #ccb30a

#ccb30a

Complementary Color

#ccb30a #0a23cc

#ccb30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb30a Color CSS Codes

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

#ccb30a Text Font Color

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

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


#ccb30a Background Color

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

This div background color is #ccb30a


#ccb30a Border Color

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

This div border color is #ccb30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb30a


Comments

No comments written yet.

Please login to write comment.