Color Hex Logo

#dd9bae Color Hex

#DD9BAE
(221,155,174)
0 Favorites   0 Comments

Color spaces of #dd9bae

RGB 221155174
HSL0.950.490.74
HSV343°30°87°
CMYK 0.000.300.21   0.13
XYZ49.180141.870845.5342
Yxy41.87080.36010.3066
Hunter Lab64.707722.42793.5735
CIE-Lab70.781827.34960.0613

#dd9bae color RGB value is (221,155,174).

#dd9bae hex color red value is 221, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dd9bae hue: 0.95 , saturation: 0.49 and the lightness value of dd9bae is 0.74.

The process color (four color CMYK) of #dd9bae color hex is 0.00, 0.30, 0.21, 0.13. Web safe color of #dd9bae is #cc9999. Color #dd9bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011011 10101110
Octal 335 233 256
Decimal 221 155 174
Hex DD 9B AE

RGB Percentages of Color #dd9bae

%40.18
%28.18
%31.64

CMYK Percentages of Color #dd9bae

%0
%30
%21
%13

Triadic Colors of #dd9bae

#dd9bae #aedd9b #9baedd

Analogous Colors of #dd9bae

#dd9bae #dda99b #dd9bcf

Monochromatic Colors of #dd9bae

#dd9bae

Complementary Color

#dd9bae #9bddca

#dd9bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9bae Color CSS Codes

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

#dd9bae Text Font Color

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

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


#dd9bae Background Color

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

This div background color is #dd9bae


#dd9bae Border Color

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

This div border color is #dd9bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9bae


Comments

No comments written yet.

Please login to write comment.