Color Hex Logo

#cb9daa Color Hex

#CB9DAA
(203,157,170)
0 Favorites   0 Comments

Color spaces of #cb9daa

RGB 203157170
HSL0.950.310.71
HSV343°23°80°
CMYK 0.000.230.16   0.20
XYZ43.941339.712743.3796
Yxy39.71270.34590.3126
Hunter Lab63.018014.18323.2993
CIE-Lab69.264419.0985-0.1576

#cb9daa color RGB value is (203,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011101 10101010
Octal 313 235 252
Decimal 203 157 170
Hex CB 9D AA

RGB Percentages of Color #cb9daa

%38.30
%29.62
%32.08

CMYK Percentages of Color #cb9daa

%0
%23
%16
%20

Triadic Colors of #cb9daa

#cb9daa #aacb9d #9daacb

Analogous Colors of #cb9daa

#cb9daa #cba79d #cb9dc1

Monochromatic Colors of #cb9daa

#cb9daa

Complementary Color

#cb9daa #9dcbbe

#cb9daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9daa Color CSS Codes

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

#cb9daa Text Font Color

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

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


#cb9daa Background Color

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

This div background color is #cb9daa


#cb9daa Border Color

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

This div border color is #cb9daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb9daa


Comments

No comments written yet.

Please login to write comment.