Color Hex Logo

#cbbb5a Color Hex

#CBBB5A
(203,187,90)
0 Favorites   0 Comments

Color spaces of #cbbb5a

RGB 20318790
HSL0.140.520.57
HSV52°56°80°
CMYK 0.000.080.56   0.20
XYZ44.244448.975316.7941
Yxy48.97530.40220.4452
Hunter Lab69.9824-9.617534.7595
CIE-Lab75.4360-6.616150.3904

#cbbb5a color RGB value is (203,187,90).

#cbbb5a hex color red value is 203, green value is 187 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cbbb5a hue: 0.14 , saturation: 0.52 and the lightness value of cbbb5a is 0.57.

The process color (four color CMYK) of #cbbb5a color hex is 0.00, 0.08, 0.56, 0.20. Web safe color of #cbbb5a is #cccc66. Color #cbbb5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01011010
Octal 313 273 132
Decimal 203 187 90
Hex CB BB 5A

RGB Percentages of Color #cbbb5a

%42.29
%38.96
%18.75

CMYK Percentages of Color #cbbb5a

%0
%8
%56
%20

Triadic Colors of #cbbb5a

#cbbb5a #5acbbb #bb5acb

Analogous Colors of #cbbb5a

#cbbb5a #a3cb5a #cb835a

Monochromatic Colors of #cbbb5a

#cbbb5a

Complementary Color

#cbbb5a #5a6acb

#cbbb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb5a Color CSS Codes

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

#cbbb5a Text Font Color

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

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


#cbbb5a Background Color

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

This div background color is #cbbb5a


#cbbb5a Border Color

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

This div border color is #cbbb5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb5a


Comments

No comments written yet.

Please login to write comment.