Color Hex Logo

#ddab5e Color Hex

#DDAB5E
(221,171,94)
0 Favorites   0 Comments

Color spaces of #ddab5e

RGB 22117194
HSL0.100.650.62
HSV36°57°87°
CMYK 0.000.230.57   0.13
XYZ46.402145.306116.8890
Yxy45.30610.42730.4172
Hunter Lab67.30985.262332.2401
CIE-Lab73.09309.682446.1492

#ddab5e color RGB value is (221,171,94).

#ddab5e hex color red value is 221, green value is 171 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ddab5e hue: 0.10 , saturation: 0.65 and the lightness value of ddab5e is 0.62.

The process color (four color CMYK) of #ddab5e color hex is 0.00, 0.23, 0.57, 0.13. Web safe color of #ddab5e is #cc9966. Color #ddab5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 01011110
Octal 335 253 136
Decimal 221 171 94
Hex DD AB 5E

RGB Percentages of Color #ddab5e

%45.47
%35.19
%19.34

CMYK Percentages of Color #ddab5e

%0
%23
%57
%13

Triadic Colors of #ddab5e

#ddab5e #5eddab #ab5edd

Analogous Colors of #ddab5e

#ddab5e #d0dd5e #dd6c5e

Monochromatic Colors of #ddab5e

#ddab5e

Complementary Color

#ddab5e #5e90dd

#ddab5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab5e Color CSS Codes

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

#ddab5e Text Font Color

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

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


#ddab5e Background Color

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

This div background color is #ddab5e


#ddab5e Border Color

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

This div border color is #ddab5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab5e


Comments

No comments written yet.

Please login to write comment.