Color Hex Logo

#ddab90 Color Hex

#DDAB90
(221,171,144)
0 Favorites   0 Comments

Color spaces of #ddab90

RGB 221171144
HSL0.060.530.72
HSV21°35°87°
CMYK 0.000.230.35   0.13
XYZ49.415746.511632.7587
Yxy46.51160.38400.3614
Hunter Lab68.19949.988019.2604
CIE-Lab73.876314.651120.9445

#ddab90 color RGB value is (221,171,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10010000
Octal 335 253 220
Decimal 221 171 144
Hex DD AB 90

RGB Percentages of Color #ddab90

%41.23
%31.90
%26.87

CMYK Percentages of Color #ddab90

%0
%23
%35
%13

Triadic Colors of #ddab90

#ddab90 #90ddab #ab90dd

Analogous Colors of #ddab90

#ddab90 #ddd290 #dd909c

Monochromatic Colors of #ddab90

#ddab90

Complementary Color

#ddab90 #90c2dd

#ddab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab90 Color CSS Codes

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

#ddab90 Text Font Color

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

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


#ddab90 Background Color

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

This div background color is #ddab90


#ddab90 Border Color

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

This div border color is #ddab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab90


Comments

No comments written yet.

Please login to write comment.