Color Hex Logo

#cbb95e Color Hex

#CBB95E
(203,185,94)
0 Favorites   0 Comments

Color spaces of #cbb95e

RGB 20318594
HSL0.140.510.58
HSV50°54°80°
CMYK 0.000.090.54   0.20
XYZ43.997948.202617.5748
Yxy48.20260.40080.4391
Hunter Lab69.4281-8.380333.5912
CIE-Lab74.9525-5.253447.9200

#cbb95e color RGB value is (203,185,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01011110
Octal 313 271 136
Decimal 203 185 94
Hex CB B9 5E

RGB Percentages of Color #cbb95e

%42.12
%38.38
%19.50

CMYK Percentages of Color #cbb95e

%0
%9
%54
%20

Triadic Colors of #cbb95e

#cbb95e #5ecbb9 #b95ecb

Analogous Colors of #cbb95e

#cbb95e #a7cb5e #cb835e

Monochromatic Colors of #cbb95e

#cbb95e

Complementary Color

#cbb95e #5e70cb

#cbb95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb95e Color CSS Codes

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

#cbb95e Text Font Color

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

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


#cbb95e Background Color

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

This div background color is #cbb95e


#cbb95e Border Color

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

This div border color is #cbb95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb95e


Comments

No comments written yet.

Please login to write comment.