Color Hex Logo

#cbb509 Color Hex

#CBB509
(203,181,9)
0 Favorites   0 Comments

Color spaces of #cbb509

RGB 2031819
HSL0.150.920.42
HSV53°96°80°
CMYK 0.000.110.96   0.20
XYZ41.201845.76406.9202
Yxy45.76400.43880.4874
Hunter Lab67.6491-9.670241.2893
CIE-Lab73.3921-6.900974.3097

#cbb509 color RGB value is (203,181,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 00001001
Octal 313 265 11
Decimal 203 181 9
Hex CB B5 9

RGB Percentages of Color #cbb509

%51.65
%46.06
%2.29

CMYK Percentages of Color #cbb509

%0
%11
%96
%20

Triadic Colors of #cbb509

#cbb509 #09cbb5 #b509cb

Analogous Colors of #cbb509

#cbb509 #80cb09 #cb5409

Monochromatic Colors of #cbb509

#cbb509

Complementary Color

#cbb509 #091fcb

#cbb509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb509 Color CSS Codes

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

#cbb509 Text Font Color

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

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


#cbb509 Background Color

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

This div background color is #cbb509


#cbb509 Border Color

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

This div border color is #cbb509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb509


Comments

No comments written yet.

Please login to write comment.