Color Hex Logo

#ddafb4 Color Hex

#DDAFB4
(221,175,180)
0 Favorites   0 Comments

Color spaces of #ddafb4

RGB 221175180
HSL0.980.400.78
HSV353°21°87°
CMYK 0.000.210.19   0.13
XYZ53.387049.327449.8874
Yxy49.32740.34980.3232
Hunter Lab70.233512.77577.0493
CIE-Lab75.654617.48013.8408

#ddafb4 color RGB value is (221,175,180).

#ddafb4 hex color red value is 221, green value is 175 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ddafb4 hue: 0.98 , saturation: 0.40 and the lightness value of ddafb4 is 0.78.

The process color (four color CMYK) of #ddafb4 color hex is 0.00, 0.21, 0.19, 0.13. Web safe color of #ddafb4 is #cc99cc. Color #ddafb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10110100
Octal 335 257 264
Decimal 221 175 180
Hex DD AF B4

RGB Percentages of Color #ddafb4

%38.37
%30.38
%31.25

CMYK Percentages of Color #ddafb4

%0
%21
%19
%13

Triadic Colors of #ddafb4

#ddafb4 #b4ddaf #afb4dd

Analogous Colors of #ddafb4

#ddafb4 #ddc1af #ddafcb

Monochromatic Colors of #ddafb4

#ddafb4

Complementary Color

#ddafb4 #afddd8

#ddafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafb4 Color CSS Codes

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

#ddafb4 Text Font Color

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

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


#ddafb4 Background Color

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

This div background color is #ddafb4


#ddafb4 Border Color

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

This div border color is #ddafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafb4


Comments

No comments written yet.

Please login to write comment.