Color Hex Logo

#cbb95a Color Hex

#CBB95A
(203,185,90)
0 Favorites   0 Comments

Color spaces of #cbb95a

RGB 20318590
HSL0.140.520.57
HSV50°56°80°
CMYK 0.000.090.56   0.20
XYZ43.823048.132616.6537
Yxy48.13260.40350.4432
Hunter Lab69.3777-8.659834.3321
CIE-Lab74.9085-5.576749.7807

#cbb95a color RGB value is (203,185,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01011010
Octal 313 271 132
Decimal 203 185 90
Hex CB B9 5A

RGB Percentages of Color #cbb95a

%42.47
%38.70
%18.83

CMYK Percentages of Color #cbb95a

%0
%9
%56
%20

Triadic Colors of #cbb95a

#cbb95a #5acbb9 #b95acb

Analogous Colors of #cbb95a

#cbb95a #a5cb5a #cb815a

Monochromatic Colors of #cbb95a

#cbb95a

Complementary Color

#cbb95a #5a6ccb

#cbb95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb95a Color CSS Codes

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

#cbb95a Text Font Color

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

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


#cbb95a Background Color

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

This div background color is #cbb95a


#cbb95a Border Color

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

This div border color is #cbb95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb95a


Comments

No comments written yet.

Please login to write comment.