Color Hex Logo

#cbb30b Color Hex

#CBB30B
(203,179,11)
0 Favorites   0 Comments

Color spaces of #cbb30b

RGB 20317911
HSL0.150.900.42
HSV53°95°80°
CMYK 0.000.120.95   0.20
XYZ40.809144.96096.8441
Yxy44.96090.44060.4855
Hunter Lab67.0529-8.705640.8853
CIE-Lab72.8661-5.839873.6964

#cbb30b color RGB value is (203,179,11).

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

The process color (four color CMYK) of #cbb30b color hex is 0.00, 0.12, 0.95, 0.20. Web safe color of #cbb30b is #cccc00. Color #cbb30b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 00001011
Octal 313 263 13
Decimal 203 179 11
Hex CB B3 B

RGB Percentages of Color #cbb30b

%51.65
%45.55
%2.80

CMYK Percentages of Color #cbb30b

%0
%12
%95
%20

Triadic Colors of #cbb30b

#cbb30b #0bcbb3 #b30bcb

Analogous Colors of #cbb30b

#cbb30b #83cb0b #cb530b

Monochromatic Colors of #cbb30b

#cbb30b

Complementary Color

#cbb30b #0b23cb

#cbb30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb30b Color CSS Codes

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

#cbb30b Text Font Color

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

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


#cbb30b Background Color

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

This div background color is #cbb30b


#cbb30b Border Color

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

This div border color is #cbb30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb30b


Comments

No comments written yet.

Please login to write comment.