Color Hex Logo

#ddafa0 Color Hex

#DDAFA0
(221,175,160)
0 Favorites   0 Comments

Color spaces of #ddafa0

RGB 221175160
HSL0.040.470.75
HSV15°28°87°
CMYK 0.000.210.28   0.13
XYZ51.493948.570239.9187
Yxy48.57020.36790.3470
Hunter Lab69.69239.927614.8242
CIE-Lab75.183214.576914.0698

#ddafa0 color RGB value is (221,175,160).

#ddafa0 hex color red value is 221, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ddafa0 hue: 0.04 , saturation: 0.47 and the lightness value of ddafa0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10100000
Octal 335 257 240
Decimal 221 175 160
Hex DD AF A0

RGB Percentages of Color #ddafa0

%39.75
%31.47
%28.78

CMYK Percentages of Color #ddafa0

%0
%21
%28
%13

Triadic Colors of #ddafa0

#ddafa0 #a0ddaf #afa0dd

Analogous Colors of #ddafa0

#ddafa0 #ddcea0 #dda0b0

Monochromatic Colors of #ddafa0

#ddafa0

Complementary Color

#ddafa0 #a0cedd

#ddafa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafa0 Color CSS Codes

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

#ddafa0 Text Font Color

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

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


#ddafa0 Background Color

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

This div background color is #ddafa0


#ddafa0 Border Color

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

This div border color is #ddafa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafa0


Comments

No comments written yet.

Please login to write comment.