Color Hex Logo

#ccb51a Color Hex

#CCB51A
(204,181,26)
0 Favorites   0 Comments

Color spaces of #ccb51a

RGB 20418126
HSL0.150.770.45
HSV52°87°80°
CMYK 0.000.110.87   0.20
XYZ41.612245.95977.6552
Yxy45.95970.43700.4826
Hunter Lab67.7936-9.074240.7605
CIE-Lab73.5194-6.197171.7979

#ccb51a color RGB value is (204,181,26).

#ccb51a hex color red value is 204, green value is 181 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ccb51a hue: 0.15 , saturation: 0.77 and the lightness value of ccb51a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110101 00011010
Octal 314 265 32
Decimal 204 181 26
Hex CC B5 1A

RGB Percentages of Color #ccb51a

%49.64
%44.04
%6.33

CMYK Percentages of Color #ccb51a

%0
%11
%87
%20

Triadic Colors of #ccb51a

#ccb51a #1accb5 #b51acc

Analogous Colors of #ccb51a

#ccb51a #8acc1a #cc5c1a

Monochromatic Colors of #ccb51a

#ccb51a

Complementary Color

#ccb51a #1a31cc

#ccb51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb51a Color CSS Codes

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

#ccb51a Text Font Color

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

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


#ccb51a Background Color

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

This div background color is #ccb51a


#ccb51a Border Color

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

This div border color is #ccb51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb51a


Comments

No comments written yet.

Please login to write comment.