Color Hex Logo

#cbaa89 Color Hex

#CBAA89
(203,170,137)
0 Favorites   0 Comments

Color spaces of #cbaa89

RGB 203170137
HSL0.080.390.67
HSV30°33°80°
CMYK 0.000.160.33   0.20
XYZ43.518743.252129.7217
Yxy43.25210.37360.3713
Hunter Lab65.76633.025419.2416
CIE-Lab71.72577.245921.5131

#cbaa89 color RGB value is (203,170,137).

#cbaa89 hex color red value is 203, green value is 170 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #cbaa89 hue: 0.08 , saturation: 0.39 and the lightness value of cbaa89 is 0.67.

The process color (four color CMYK) of #cbaa89 color hex is 0.00, 0.16, 0.33, 0.20. Web safe color of #cbaa89 is #cc9999. Color #cbaa89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10001001
Octal 313 252 211
Decimal 203 170 137
Hex CB AA 89

RGB Percentages of Color #cbaa89

%39.80
%33.33
%26.86

CMYK Percentages of Color #cbaa89

%0
%16
%33
%20

Triadic Colors of #cbaa89

#cbaa89 #89cbaa #aa89cb

Analogous Colors of #cbaa89

#cbaa89 #cbcb89 #cb8989

Monochromatic Colors of #cbaa89

#cbaa89

Complementary Color

#cbaa89 #89aacb

#cbaa89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa89 Color CSS Codes

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

#cbaa89 Text Font Color

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

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


#cbaa89 Background Color

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

This div background color is #cbaa89


#cbaa89 Border Color

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

This div border color is #cbaa89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa89


Comments

No comments written yet.

Please login to write comment.