Color Hex Logo

#cbb90b Color Hex

#CBB90B
(203,185,11)
0 Favorites   0 Comments

Color spaces of #cbb90b

RGB 20318511
HSL0.150.900.42
HSV54°95°80°
CMYK 0.000.090.95   0.20
XYZ42.038047.41867.2537
Yxy47.41860.43470.4903
Hunter Lab68.8612-11.537341.9573
CIE-Lab74.4567-8.946974.8831

#cbb90b color RGB value is (203,185,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 00001011
Octal 313 271 13
Decimal 203 185 11
Hex CB B9 B

RGB Percentages of Color #cbb90b

%50.88
%46.37
%2.76

CMYK Percentages of Color #cbb90b

%0
%9
%95
%20

Triadic Colors of #cbb90b

#cbb90b #0bcbb9 #b90bcb

Analogous Colors of #cbb90b

#cbb90b #7dcb0b #cb590b

Monochromatic Colors of #cbb90b

#cbb90b

Complementary Color

#cbb90b #0b1dcb

#cbb90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb90b Color CSS Codes

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

#cbb90b Text Font Color

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

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


#cbb90b Background Color

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

This div background color is #cbb90b


#cbb90b Border Color

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

This div border color is #cbb90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb90b


Comments

No comments written yet.

Please login to write comment.