Color Hex Logo

#ddafa7 Color Hex

#DDAFA7
(221,175,167)
0 Favorites   0 Comments

Color spaces of #ddafa7

RGB 221175167
HSL0.020.440.76
HSV24°87°
CMYK 0.000.210.24   0.13
XYZ52.123848.822143.2356
Yxy48.82210.36150.3386
Hunter Lab69.872810.880212.2238
CIE-Lab75.340515.553910.4815

#ddafa7 color RGB value is (221,175,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10100111
Octal 335 257 247
Decimal 221 175 167
Hex DD AF A7

RGB Percentages of Color #ddafa7

%39.25
%31.08
%29.66

CMYK Percentages of Color #ddafa7

%0
%21
%24
%13

Triadic Colors of #ddafa7

#ddafa7 #a7ddaf #afa7dd

Analogous Colors of #ddafa7

#ddafa7 #ddcaa7 #dda7ba

Monochromatic Colors of #ddafa7

#ddafa7

Complementary Color

#ddafa7 #a7d5dd

#ddafa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafa7 Color CSS Codes

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

#ddafa7 Text Font Color

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

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


#ddafa7 Background Color

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

This div background color is #ddafa7


#ddafa7 Border Color

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

This div border color is #ddafa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafa7


Comments

No comments written yet.

Please login to write comment.