Color Hex Logo

#ddae90 Color Hex

#DDAE90
(221,174,144)
0 Favorites   0 Comments

Color spaces of #ddae90

RGB 221174144
HSL0.060.530.72
HSV23°35°87°
CMYK 0.000.210.35   0.13
XYZ49.988947.657932.9497
Yxy47.65790.38280.3649
Hunter Lab69.03478.443420.0257
CIE-Lab74.608613.042921.9472

#ddae90 color RGB value is (221,174,144).

#ddae90 hex color red value is 221, green value is 174 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ddae90 hue: 0.06 , saturation: 0.53 and the lightness value of ddae90 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10010000
Octal 335 256 220
Decimal 221 174 144
Hex DD AE 90

RGB Percentages of Color #ddae90

%41.00
%32.28
%26.72

CMYK Percentages of Color #ddae90

%0
%21
%35
%13

Triadic Colors of #ddae90

#ddae90 #90ddae #ae90dd

Analogous Colors of #ddae90

#ddae90 #ddd590 #dd9099

Monochromatic Colors of #ddae90

#ddae90

Complementary Color

#ddae90 #90bfdd

#ddae90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae90 Color CSS Codes

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

#ddae90 Text Font Color

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

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


#ddae90 Background Color

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

This div background color is #ddae90


#ddae90 Border Color

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

This div border color is #ddae90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae90


Comments

No comments written yet.

Please login to write comment.