Color Hex Logo

#cba882 Color Hex

#CBA882
(203,168,130)
0 Favorites   0 Comments

Color spaces of #cba882

RGB 203168130
HSL0.090.410.65
HSV31°36°80°
CMYK 0.000.170.36   0.20
XYZ42.660542.313527.0380
Yxy42.31350.38090.3778
Hunter Lab65.04883.228920.8899
CIE-Lab71.08657.451124.4397

#cba882 color RGB value is (203,168,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101000 10000010
Octal 313 250 202
Decimal 203 168 130
Hex CB A8 82

RGB Percentages of Color #cba882

%40.52
%33.53
%25.95

CMYK Percentages of Color #cba882

%0
%17
%36
%20

Triadic Colors of #cba882

#cba882 #82cba8 #a882cb

Analogous Colors of #cba882

#cba882 #cacb82 #cb8482

Monochromatic Colors of #cba882

#cba882

Complementary Color

#cba882 #82a5cb

#cba882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cba882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cba882 Color CSS Codes

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

#cba882 Text Font Color

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

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


#cba882 Background Color

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

This div background color is #cba882


#cba882 Border Color

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

This div border color is #cba882


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,168,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 #cba882">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cba882


Comments

No comments written yet.

Please login to write comment.