Color Hex Logo

#cbb51a Color Hex

#CBB51A
(203,181,26)
0 Favorites   0 Comments

Color spaces of #cbb51a

RGB 20318126
HSL0.150.770.45
HSV53°87°80°
CMYK 0.000.110.87   0.20
XYZ41.338945.81887.6424
Yxy45.81880.43610.4833
Hunter Lab67.6896-9.444540.6887
CIE-Lab73.4278-6.635471.6860

#cbb51a color RGB value is (203,181,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00011010
Octal 313 265 32
Decimal 203 181 26
Hex CB B5 1A

RGB Percentages of Color #cbb51a

%49.51
%44.15
%6.34

CMYK Percentages of Color #cbb51a

%0
%11
%87
%20

Triadic Colors of #cbb51a

#cbb51a #1acbb5 #b51acb

Analogous Colors of #cbb51a

#cbb51a #89cb1a #cb5d1a

Monochromatic Colors of #cbb51a

#cbb51a

Complementary Color

#cbb51a #1a30cb

#cbb51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb51a Color CSS Codes

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

#cbb51a Text Font Color

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

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


#cbb51a Background Color

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

This div background color is #cbb51a


#cbb51a Border Color

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

This div border color is #cbb51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb51a


Comments

No comments written yet.

Please login to write comment.