Color Hex Logo

#cbb516 Color Hex

#CBB516
(203,181,22)
0 Favorites   0 Comments

Color spaces of #cbb516

RGB 20318122
HSL0.150.800.44
HSV53°89°80°
CMYK 0.000.110.89   0.20
XYZ41.297345.80227.4232
Yxy45.80220.43690.4846
Hunter Lab67.6773-9.513040.8709
CIE-Lab73.4170-6.716072.4638

#cbb516 color RGB value is (203,181,22).

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

The process color (four color CMYK) of #cbb516 color hex is 0.00, 0.11, 0.89, 0.20. Web safe color of #cbb516 is #cccc00. Color #cbb516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00010110
Octal 313 265 26
Decimal 203 181 22
Hex CB B5 16

RGB Percentages of Color #cbb516

%50.00
%44.58
%5.42

CMYK Percentages of Color #cbb516

%0
%11
%89
%20

Triadic Colors of #cbb516

#cbb516 #16cbb5 #b516cb

Analogous Colors of #cbb516

#cbb516 #87cb16 #cb5a16

Monochromatic Colors of #cbb516

#cbb516

Complementary Color

#cbb516 #162ccb

#cbb516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb516 Color CSS Codes

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

#cbb516 Text Font Color

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

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


#cbb516 Background Color

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

This div background color is #cbb516


#cbb516 Border Color

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

This div border color is #cbb516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb516


Comments

No comments written yet.

Please login to write comment.