Color Hex Logo

#daafb0 Color Hex

#DAAFB0
(218,175,176)
0 Favorites   0 Comments

Color spaces of #daafb0

RGB 218175176
HSL1.000.370.77
HSV359°20°85°
CMYK 0.000.200.19   0.15
XYZ52.079948.700047.7294
Yxy48.70000.35070.3279
Hunter Lab69.785411.08778.2986
CIE-Lab75.264315.76755.4240

#daafb0 color RGB value is (218,175,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10110000
Octal 332 257 260
Decimal 218 175 176
Hex DA AF B0

RGB Percentages of Color #daafb0

%38.31
%30.76
%30.93

CMYK Percentages of Color #daafb0

%0
%20
%19
%15

Triadic Colors of #daafb0

#daafb0 #b0daaf #afb0da

Analogous Colors of #daafb0

#daafb0 #dac4af #daafc6

Monochromatic Colors of #daafb0

#daafb0

Complementary Color

#daafb0 #afdad9

#daafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafb0 Color CSS Codes

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

#daafb0 Text Font Color

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

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


#daafb0 Background Color

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

This div background color is #daafb0


#daafb0 Border Color

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

This div border color is #daafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafb0


Comments

No comments written yet.

Please login to write comment.