Color Hex Logo

#ddaaae Color Hex

#DDAAAE
(221,170,174)
0 Favorites   0 Comments

Color spaces of #ddaaae

RGB 221170174
HSL0.990.430.77
HSV355°23°87°
CMYK 0.000.230.21   0.13
XYZ51.833547.177646.4187
Yxy47.17760.35640.3244
Hunter Lab68.686014.50378.0114
CIE-Lab74.303219.26385.1706

#ddaaae color RGB value is (221,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10101110
Octal 335 252 256
Decimal 221 170 174
Hex DD AA AE

RGB Percentages of Color #ddaaae

%39.12
%30.09
%30.80

CMYK Percentages of Color #ddaaae

%0
%23
%21
%13

Triadic Colors of #ddaaae

#ddaaae #aeddaa #aaaedd

Analogous Colors of #ddaaae

#ddaaae #ddc0aa #ddaac8

Monochromatic Colors of #ddaaae

#ddaaae

Complementary Color

#ddaaae #aaddd9

#ddaaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaaae Color CSS Codes

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

#ddaaae Text Font Color

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

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


#ddaaae Background Color

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

This div background color is #ddaaae


#ddaaae Border Color

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

This div border color is #ddaaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaaae


Comments

No comments written yet.

Please login to write comment.