Color Hex Logo

#cba686 Color Hex

#CBA686
(203,166,134)
0 Favorites   0 Comments

Color spaces of #cba686

RGB 203166134
HSL0.080.400.66
HSV28°34°80°
CMYK 0.000.180.34   0.20
XYZ42.567941.690228.3577
Yxy41.69020.37800.3702
Hunter Lab64.56794.686319.1579
CIE-Lab70.65689.026121.6859

#cba686 color RGB value is (203,166,134).

#cba686 hex color red value is 203, green value is 166 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cba686 hue: 0.08 , saturation: 0.40 and the lightness value of cba686 is 0.66.

The process color (four color CMYK) of #cba686 color hex is 0.00, 0.18, 0.34, 0.20. Web safe color of #cba686 is #cc9999. Color #cba686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 10000110
Octal 313 246 206
Decimal 203 166 134
Hex CB A6 86

RGB Percentages of Color #cba686

%40.36
%33.00
%26.64

CMYK Percentages of Color #cba686

%0
%18
%34
%20

Triadic Colors of #cba686

#cba686 #86cba6 #a686cb

Analogous Colors of #cba686

#cba686 #cbc986 #cb8689

Monochromatic Colors of #cba686

#cba686

Complementary Color

#cba686 #86abcb

#cba686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba686 Color CSS Codes

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

#cba686 Text Font Color

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

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


#cba686 Background Color

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

This div background color is #cba686


#cba686 Border Color

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

This div border color is #cba686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba686


Comments

No comments written yet.

Please login to write comment.