Color Hex Logo

#dd9eba Color Hex

#DD9EBA
(221,158,186)
0 Favorites   0 Comments

Color spaces of #dd9eba

RGB 221158186
HSL0.930.480.74
HSV333°29°87°
CMYK 0.000.290.16   0.13
XYZ50.908643.371052.1426
Yxy43.37100.34770.2962
Hunter Lab65.856722.7351-0.8437
CIE-Lab71.806127.5832-5.0838

#dd9eba color RGB value is (221,158,186).

#dd9eba hex color red value is 221, green value is 158 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd9eba hue: 0.93 , saturation: 0.48 and the lightness value of dd9eba is 0.74.

The process color (four color CMYK) of #dd9eba color hex is 0.00, 0.29, 0.16, 0.13. Web safe color of #dd9eba is #cc99cc. Color #dd9eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011110 10111010
Octal 335 236 272
Decimal 221 158 186
Hex DD 9E BA

RGB Percentages of Color #dd9eba

%39.12
%27.96
%32.92

CMYK Percentages of Color #dd9eba

%0
%29
%16
%13

Triadic Colors of #dd9eba

#dd9eba #badd9e #9ebadd

Analogous Colors of #dd9eba

#dd9eba #dda29e #dd9eda

Monochromatic Colors of #dd9eba

#dd9eba

Complementary Color

#dd9eba #9eddc1

#dd9eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9eba Color CSS Codes

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

#dd9eba Text Font Color

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

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


#dd9eba Background Color

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

This div background color is #dd9eba


#dd9eba Border Color

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

This div border color is #dd9eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,158,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd9eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd9eba;
  -webkit-box-shadow: 1px 1px 3px 2px #dd9eba;
  box-shadow:         1px 1px 3px 2px #dd9eba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,158,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9eba


Comments

No comments written yet.

Please login to write comment.