Color Hex Logo

#cba159 Color Hex

#CBA159
(203,161,89)
0 Favorites   0 Comments

Color spaces of #cba159

RGB 20316189
HSL0.110.520.57
HSV38°56°80°
CMYK 0.000.210.56   0.20
XYZ39.176638.907514.8963
Yxy38.90750.42130.4184
Hunter Lab62.37592.953229.5038
CIE-Lab68.68427.087442.9522

#cba159 color RGB value is (203,161,89).

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

The process color (four color CMYK) of #cba159 color hex is 0.00, 0.21, 0.56, 0.20. Web safe color of #cba159 is #cc9966. Color #cba159 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100001 01011001
Octal 313 241 131
Decimal 203 161 89
Hex CB A1 59

RGB Percentages of Color #cba159

%44.81
%35.54
%19.65

CMYK Percentages of Color #cba159

%0
%21
%56
%20

Triadic Colors of #cba159

#cba159 #59cba1 #a159cb

Analogous Colors of #cba159

#cba159 #bccb59 #cb6859

Monochromatic Colors of #cba159

#cba159

Complementary Color

#cba159 #5983cb

#cba159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba159 Color CSS Codes

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

#cba159 Text Font Color

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

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


#cba159 Background Color

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

This div background color is #cba159


#cba159 Border Color

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

This div border color is #cba159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba159


Comments

No comments written yet.

Please login to write comment.