Color Hex Logo

#daafb9 Color Hex

#DAAFB9
(218,175,185)
0 Favorites   0 Comments

Color spaces of #daafb9

RGB 218175185
HSL0.960.370.77
HSV346°20°85°
CMYK 0.000.200.15   0.15
XYZ53.000449.068252.5766
Yxy49.06820.34270.3173
Hunter Lab70.048712.47184.5327
CIE-Lab75.493717.17510.8414

#daafb9 color RGB value is (218,175,185).

#daafb9 hex color red value is 218, green value is 175 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #daafb9 hue: 0.96 , saturation: 0.37 and the lightness value of daafb9 is 0.77.

The process color (four color CMYK) of #daafb9 color hex is 0.00, 0.20, 0.15, 0.15. Web safe color of #daafb9 is #cc99cc. Color #daafb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10111001
Octal 332 257 271
Decimal 218 175 185
Hex DA AF B9

RGB Percentages of Color #daafb9

%37.72
%30.28
%32.01

CMYK Percentages of Color #daafb9

%0
%20
%15
%15

Triadic Colors of #daafb9

#daafb9 #b9daaf #afb9da

Analogous Colors of #daafb9

#daafb9 #dabbaf #daafcf

Monochromatic Colors of #daafb9

#daafb9

Complementary Color

#daafb9 #afdad0

#daafb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafb9 Color CSS Codes

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

#daafb9 Text Font Color

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

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


#daafb9 Background Color

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

This div background color is #daafb9


#daafb9 Border Color

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

This div border color is #daafb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafb9


Comments

No comments written yet.

Please login to write comment.