Color Hex Logo

#ddae98 Color Hex

#DDAE98
(221,174,152)
0 Favorites   0 Comments

Color spaces of #ddae98

RGB 221174152
HSL0.050.500.73
HSV19°31°87°
CMYK 0.000.210.31   0.13
XYZ50.622347.911336.2855
Yxy47.91130.37550.3554
Hunter Lab69.21809.413817.3715
CIE-Lab74.768914.049417.8372

#ddae98 color RGB value is (221,174,152).

#ddae98 hex color red value is 221, green value is 174 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ddae98 hue: 0.05 , saturation: 0.50 and the lightness value of ddae98 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10011000
Octal 335 256 230
Decimal 221 174 152
Hex DD AE 98

RGB Percentages of Color #ddae98

%40.40
%31.81
%27.79

CMYK Percentages of Color #ddae98

%0
%21
%31
%13

Triadic Colors of #ddae98

#ddae98 #98ddae #ae98dd

Analogous Colors of #ddae98

#ddae98 #ddd198 #dd98a5

Monochromatic Colors of #ddae98

#ddae98

Complementary Color

#ddae98 #98c7dd

#ddae98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae98 Color CSS Codes

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

#ddae98 Text Font Color

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

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


#ddae98 Background Color

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

This div background color is #ddae98


#ddae98 Border Color

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

This div border color is #ddae98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae98


Comments

No comments written yet.

Please login to write comment.