Color Hex Logo

#cbb05b Color Hex

#CBB05B
(203,176,91)
0 Favorites   0 Comments

Color spaces of #cbb05b

RGB 20317691
HSL0.130.520.58
HSV46°55°80°
CMYK 0.000.130.55   0.20
XYZ42.042344.502516.2715
Yxy44.50250.40890.4328
Hunter Lab66.7102-4.248032.2355
CIE-Lab72.5631-0.771746.5615

#cbb05b color RGB value is (203,176,91).

#cbb05b hex color red value is 203, green value is 176 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cbb05b hue: 0.13 , saturation: 0.52 and the lightness value of cbb05b is 0.58.

The process color (four color CMYK) of #cbb05b color hex is 0.00, 0.13, 0.55, 0.20. Web safe color of #cbb05b is #cc9966. Color #cbb05b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01011011
Octal 313 260 133
Decimal 203 176 91
Hex CB B0 5B

RGB Percentages of Color #cbb05b

%43.19
%37.45
%19.36

CMYK Percentages of Color #cbb05b

%0
%13
%55
%20

Triadic Colors of #cbb05b

#cbb05b #5bcbb0 #b05bcb

Analogous Colors of #cbb05b

#cbb05b #aecb5b #cb785b

Monochromatic Colors of #cbb05b

#cbb05b

Complementary Color

#cbb05b #5b76cb

#cbb05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb05b Color CSS Codes

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

#cbb05b Text Font Color

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

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


#cbb05b Background Color

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

This div background color is #cbb05b


#cbb05b Border Color

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

This div border color is #cbb05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb05b


Comments

No comments written yet.

Please login to write comment.