Color Hex Logo

#cba070 Color Hex

#CBA070
(203,160,112)
0 Favorites   0 Comments

Color spaces of #cba070

RGB 203160112
HSL0.090.470.62
HSV32°45°80°
CMYK 0.000.210.45   0.20
XYZ40.124039.008020.7438
Yxy39.00800.40170.3906
Hunter Lab62.45645.375524.0273
CIE-Lab68.75719.749031.0512

#cba070 color RGB value is (203,160,112).

#cba070 hex color red value is 203, green value is 160 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #cba070 hue: 0.09 , saturation: 0.47 and the lightness value of cba070 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100000 01110000
Octal 313 240 160
Decimal 203 160 112
Hex CB A0 70

RGB Percentages of Color #cba070

%42.74
%33.68
%23.58

CMYK Percentages of Color #cba070

%0
%21
%45
%20

Triadic Colors of #cba070

#cba070 #70cba0 #a070cb

Analogous Colors of #cba070

#cba070 #c9cb70 #cb7370

Monochromatic Colors of #cba070

#cba070

Complementary Color

#cba070 #709bcb

#cba070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba070 Color CSS Codes

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

#cba070 Text Font Color

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

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


#cba070 Background Color

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

This div background color is #cba070


#cba070 Border Color

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

This div border color is #cba070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba070


Comments

No comments written yet.

Please login to write comment.