Color Hex Logo

#cba95f Color Hex

#CBA95F
(203,169,95)
0 Favorites   0 Comments

Color spaces of #cba95f

RGB 20316995
HSL0.110.510.58
HSV41°53°80°
CMYK 0.000.170.53   0.20
XYZ40.882141.898716.7590
Yxy41.89870.41070.4209
Hunter Lab64.7292-0.537929.9597
CIE-Lab70.80103.286442.4739

#cba95f color RGB value is (203,169,95).

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

The process color (four color CMYK) of #cba95f color hex is 0.00, 0.17, 0.53, 0.20. Web safe color of #cba95f is #cc9966. Color #cba95f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101001 01011111
Octal 313 251 137
Decimal 203 169 95
Hex CB A9 5F

RGB Percentages of Color #cba95f

%43.47
%36.19
%20.34

CMYK Percentages of Color #cba95f

%0
%17
%53
%20

Triadic Colors of #cba95f

#cba95f #5fcba9 #a95fcb

Analogous Colors of #cba95f

#cba95f #b7cb5f #cb735f

Monochromatic Colors of #cba95f

#cba95f

Complementary Color

#cba95f #5f81cb

#cba95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba95f Color CSS Codes

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

#cba95f Text Font Color

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

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


#cba95f Background Color

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

This div background color is #cba95f


#cba95f Border Color

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

This div border color is #cba95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba95f


Comments

No comments written yet.

Please login to write comment.