Color Hex Logo

#ddaba7 Color Hex

#DDABA7
(221,171,167)
0 Favorites   0 Comments

Color spaces of #ddaba7

RGB 221171167
HSL0.010.440.76
HSV24°87°
CMYK 0.000.230.24   0.13
XYZ51.356847.288042.9799
Yxy47.28800.36260.3339
Hunter Lab68.766312.968411.0793
CIE-Lab74.373617.70439.1048

#ddaba7 color RGB value is (221,171,167).

#ddaba7 hex color red value is 221, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ddaba7 hue: 0.01 , saturation: 0.44 and the lightness value of ddaba7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10100111
Octal 335 253 247
Decimal 221 171 167
Hex DD AB A7

RGB Percentages of Color #ddaba7

%39.53
%30.59
%29.87

CMYK Percentages of Color #ddaba7

%0
%23
%24
%13

Triadic Colors of #ddaba7

#ddaba7 #a7ddab #aba7dd

Analogous Colors of #ddaba7

#ddaba7 #ddc6a7 #dda7be

Monochromatic Colors of #ddaba7

#ddaba7

Complementary Color

#ddaba7 #a7d9dd

#ddaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaba7 Color CSS Codes

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

#ddaba7 Text Font Color

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

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


#ddaba7 Background Color

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

This div background color is #ddaba7


#ddaba7 Border Color

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

This div border color is #ddaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaba7


Comments

No comments written yet.

Please login to write comment.