Color Hex Logo

#cbaabd Color Hex

#CBAABD
(203,170,189)
0 Favorites   0 Comments

Color spaces of #cbaabd

RGB 203170189
HSL0.900.240.73
HSV325°16°80°
CMYK 0.000.160.07   0.20
XYZ48.188645.120154.3133
Yxy45.12010.32640.3056
Hunter Lab67.171510.5052-0.9205
CIE-Lab72.970915.1977-5.2173

#cbaabd color RGB value is (203,170,189).

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

The process color (four color CMYK) of #cbaabd color hex is 0.00, 0.16, 0.07, 0.20. Web safe color of #cbaabd is #cc99cc. Color #cbaabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 10111101
Octal 313 252 275
Decimal 203 170 189
Hex CB AA BD

RGB Percentages of Color #cbaabd

%36.12
%30.25
%33.63

CMYK Percentages of Color #cbaabd

%0
%16
%7
%20

Triadic Colors of #cbaabd

#cbaabd #bdcbaa #aabdcb

Analogous Colors of #cbaabd

#cbaabd #cbaaad #c9aacb

Monochromatic Colors of #cbaabd

#cbaabd

Complementary Color

#cbaabd #aacbb8

#cbaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaabd Color CSS Codes

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

#cbaabd Text Font Color

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

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


#cbaabd Background Color

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

This div background color is #cbaabd


#cbaabd Border Color

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

This div border color is #cbaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaabd


Comments

No comments written yet.

Please login to write comment.