Color Hex Logo

#cbaaad Color Hex

#CBAAAD
(203,170,173)
0 Favorites   0 Comments

Color spaces of #cbaaad

RGB 203170173
HSL0.980.240.73
HSV355°16°80°
CMYK 0.000.160.15   0.20
XYZ46.546244.463145.6642
Yxy44.46310.34060.3253
Hunter Lab66.68077.91026.0735
CIE-Lab72.537012.48632.9453

#cbaaad color RGB value is (203,170,173).

#cbaaad hex color red value is 203, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cbaaad hue: 0.98 , saturation: 0.24 and the lightness value of cbaaad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10101101
Octal 313 252 255
Decimal 203 170 173
Hex CB AA AD

RGB Percentages of Color #cbaaad

%37.18
%31.14
%31.68

CMYK Percentages of Color #cbaaad

%0
%16
%15
%20

Triadic Colors of #cbaaad

#cbaaad #adcbaa #aaadcb

Analogous Colors of #cbaaad

#cbaaad #cbb8aa #cbaabe

Monochromatic Colors of #cbaaad

#cbaaad

Complementary Color

#cbaaad #aacbc8

#cbaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaaad Color CSS Codes

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

#cbaaad Text Font Color

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

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


#cbaaad Background Color

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

This div background color is #cbaaad


#cbaaad Border Color

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

This div border color is #cbaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaaad


Comments

No comments written yet.

Please login to write comment.