Color Hex Logo

#ddab93 Color Hex

#DDAB93
(221,171,147)
0 Favorites   0 Comments

Color spaces of #ddab93

RGB 221171147
HSL0.050.520.72
HSV19°33°87°
CMYK 0.000.230.33   0.13
XYZ49.648246.604633.9826
Yxy46.60460.38120.3578
Hunter Lab68.267610.347518.2736
CIE-Lab73.936115.022719.3991

#ddab93 color RGB value is (221,171,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10010011
Octal 335 253 223
Decimal 221 171 147
Hex DD AB 93

RGB Percentages of Color #ddab93

%41.00
%31.73
%27.27

CMYK Percentages of Color #ddab93

%0
%23
%33
%13

Triadic Colors of #ddab93

#ddab93 #93ddab #ab93dd

Analogous Colors of #ddab93

#ddab93 #ddd093 #dd93a0

Monochromatic Colors of #ddab93

#ddab93

Complementary Color

#ddab93 #93c5dd

#ddab93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab93 Color CSS Codes

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

#ddab93 Text Font Color

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

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


#ddab93 Background Color

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

This div background color is #ddab93


#ddab93 Border Color

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

This div border color is #ddab93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab93


Comments

No comments written yet.

Please login to write comment.