Color Hex Logo

#cb9dab Color Hex

#CB9DAB
(203,157,171)
0 Favorites   0 Comments

Color spaces of #cb9dab

RGB 203157171
HSL0.950.310.71
HSV342°23°80°
CMYK 0.000.230.16   0.20
XYZ44.036339.750743.8798
Yxy39.75070.34490.3114
Hunter Lab63.048214.33992.8695
CIE-Lab69.291619.2597-0.6742

#cb9dab color RGB value is (203,157,171).

#cb9dab hex color red value is 203, green value is 157 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cb9dab hue: 0.95 , saturation: 0.31 and the lightness value of cb9dab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 10101011
Octal 313 235 253
Decimal 203 157 171
Hex CB 9D AB

RGB Percentages of Color #cb9dab

%38.23
%29.57
%32.20

CMYK Percentages of Color #cb9dab

%0
%23
%16
%20

Triadic Colors of #cb9dab

#cb9dab #abcb9d #9dabcb

Analogous Colors of #cb9dab

#cb9dab #cba69d #cb9dc2

Monochromatic Colors of #cb9dab

#cb9dab

Complementary Color

#cb9dab #9dcbbd

#cb9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9dab Color CSS Codes

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

#cb9dab Text Font Color

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

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


#cb9dab Background Color

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

This div background color is #cb9dab


#cb9dab Border Color

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

This div border color is #cb9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9dab


Comments

No comments written yet.

Please login to write comment.