Color Hex Logo

#daafb2 Color Hex

#DAAFB2
(218,175,178)
0 Favorites   0 Comments

Color spaces of #daafb2

RGB 218175178
HSL0.990.370.77
HSV356°20°85°
CMYK 0.000.200.18   0.15
XYZ52.279348.779748.7795
Yxy48.77970.34890.3255
Hunter Lab69.842511.38867.4803
CIE-Lab75.314116.07454.4036

#daafb2 color RGB value is (218,175,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10110010
Octal 332 257 262
Decimal 218 175 178
Hex DA AF B2

RGB Percentages of Color #daafb2

%38.18
%30.65
%31.17

CMYK Percentages of Color #daafb2

%0
%20
%18
%15

Triadic Colors of #daafb2

#daafb2 #b2daaf #afb2da

Analogous Colors of #daafb2

#daafb2 #dac2af #daafc8

Monochromatic Colors of #daafb2

#daafb2

Complementary Color

#daafb2 #afdad7

#daafb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafb2 Color CSS Codes

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

#daafb2 Text Font Color

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

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


#daafb2 Background Color

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

This div background color is #daafb2


#daafb2 Border Color

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

This div border color is #daafb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafb2


Comments

No comments written yet.

Please login to write comment.