Color Hex Logo

#ddab98 Color Hex

#DDAB98
(221,171,152)
0 Favorites   0 Comments

Color spaces of #ddab98

RGB 221171152
HSL0.050.500.73
HSV17°31°87°
CMYK 0.000.230.31   0.13
XYZ50.049246.765036.0944
Yxy46.76500.37660.3519
Hunter Lab68.384910.966016.5755
CIE-Lab74.039215.659616.8228

#ddab98 color RGB value is (221,171,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10011000
Octal 335 253 230
Decimal 221 171 152
Hex DD AB 98

RGB Percentages of Color #ddab98

%40.63
%31.43
%27.94

CMYK Percentages of Color #ddab98

%0
%23
%31
%13

Triadic Colors of #ddab98

#ddab98 #98ddab #ab98dd

Analogous Colors of #ddab98

#ddab98 #ddce98 #dd98a8

Monochromatic Colors of #ddab98

#ddab98

Complementary Color

#ddab98 #98cadd

#ddab98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab98 Color CSS Codes

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

#ddab98 Text Font Color

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

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


#ddab98 Background Color

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

This div background color is #ddab98


#ddab98 Border Color

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

This div border color is #ddab98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab98


Comments

No comments written yet.

Please login to write comment.