Color Hex Logo

#cbb51b Color Hex

#CBB51B
(203,181,27)
0 Favorites   0 Comments

Color spaces of #cbb51b

RGB 20318127
HSL0.150.770.45
HSV53°87°80°
CMYK 0.000.110.87   0.20
XYZ41.350345.82347.7023
Yxy45.82340.43580.4830
Hunter Lab67.6930-9.425940.6389
CIE-Lab73.4308-6.613571.4762

#cbb51b color RGB value is (203,181,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00011011
Octal 313 265 33
Decimal 203 181 27
Hex CB B5 1B

RGB Percentages of Color #cbb51b

%49.39
%44.04
%6.57

CMYK Percentages of Color #cbb51b

%0
%11
%87
%20

Triadic Colors of #cbb51b

#cbb51b #1bcbb5 #b51bcb

Analogous Colors of #cbb51b

#cbb51b #89cb1b #cb5d1b

Monochromatic Colors of #cbb51b

#cbb51b

Complementary Color

#cbb51b #1b31cb

#cbb51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb51b Color CSS Codes

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

#cbb51b Text Font Color

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

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


#cbb51b Background Color

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

This div background color is #cbb51b


#cbb51b Border Color

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

This div border color is #cbb51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb51b


Comments

No comments written yet.

Please login to write comment.