Color Hex Logo

#cba682 Color Hex

#CBA682
(203,166,130)
0 Favorites   0 Comments

Color spaces of #cba682

RGB 203166130
HSL0.080.410.65
HSV30°36°80°
CMYK 0.000.180.36   0.20
XYZ42.294141.580726.9158
Yxy41.58070.38170.3753
Hunter Lab64.48314.231720.3900
CIE-Lab70.58098.531523.7575

#cba682 color RGB value is (203,166,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10100110 10000010
Octal 313 246 202
Decimal 203 166 130
Hex CB A6 82

RGB Percentages of Color #cba682

%40.68
%33.27
%26.05

CMYK Percentages of Color #cba682

%0
%18
%36
%20

Triadic Colors of #cba682

#cba682 #82cba6 #a682cb

Analogous Colors of #cba682

#cba682 #cbcb82 #cb8283

Monochromatic Colors of #cba682

#cba682

Complementary Color

#cba682 #82a7cb

#cba682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba682 Color CSS Codes

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

#cba682 Text Font Color

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

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


#cba682 Background Color

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

This div background color is #cba682


#cba682 Border Color

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

This div border color is #cba682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba682


Comments

No comments written yet.

Please login to write comment.