Color Hex Logo

#cbaa9c Color Hex

#CBAA9C
(203,170,156)
0 Favorites   0 Comments

Color spaces of #cbaa9c

RGB 203170156
HSL0.050.310.70
HSV18°23°80°
CMYK 0.000.160.23   0.20
XYZ45.004143.846337.5437
Yxy43.84630.35610.3469
Hunter Lab66.21655.438712.7351
CIE-Lab72.12569.857811.6952

#cbaa9c color RGB value is (203,170,156).

#cbaa9c hex color red value is 203, green value is 170 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cbaa9c hue: 0.05 , saturation: 0.31 and the lightness value of cbaa9c is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10011100
Octal 313 252 234
Decimal 203 170 156
Hex CB AA 9C

RGB Percentages of Color #cbaa9c

%38.37
%32.14
%29.49

CMYK Percentages of Color #cbaa9c

%0
%16
%23
%20

Triadic Colors of #cbaa9c

#cbaa9c #9ccbaa #aa9ccb

Analogous Colors of #cbaa9c

#cbaa9c #cbc29c #cb9ca6

Monochromatic Colors of #cbaa9c

#cbaa9c

Complementary Color

#cbaa9c #9cbdcb

#cbaa9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa9c Color CSS Codes

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

#cbaa9c Text Font Color

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

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


#cbaa9c Background Color

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

This div background color is #cbaa9c


#cbaa9c Border Color

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

This div border color is #cbaa9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa9c


Comments

No comments written yet.

Please login to write comment.