Color Hex Logo

#ddabae Color Hex

#DDABAE
(221,171,174)
0 Favorites   0 Comments

Color spaces of #ddabae

RGB 221171174
HSL0.990.420.77
HSV356°23°87°
CMYK 0.000.230.21   0.13
XYZ52.021747.554046.4814
Yxy47.55400.35620.3256
Hunter Lab68.959413.97818.3078
CIE-Lab74.542718.72525.5158

#ddabae color RGB value is (221,171,174).

#ddabae hex color red value is 221, green value is 171 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ddabae hue: 0.99 , saturation: 0.42 and the lightness value of ddabae is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10101110
Octal 335 253 256
Decimal 221 171 174
Hex DD AB AE

RGB Percentages of Color #ddabae

%39.05
%30.21
%30.74

CMYK Percentages of Color #ddabae

%0
%23
%21
%13

Triadic Colors of #ddabae

#ddabae #aeddab #abaedd

Analogous Colors of #ddabae

#ddabae #ddc1ab #ddabc7

Monochromatic Colors of #ddabae

#ddabae

Complementary Color

#ddabae #abddda

#ddabae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabae Color CSS Codes

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

#ddabae Text Font Color

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

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


#ddabae Background Color

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

This div background color is #ddabae


#ddabae Border Color

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

This div border color is #ddabae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,171,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 #ddabae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabae


Comments

No comments written yet.

Please login to write comment.