Color Hex Logo

#daafb6 Color Hex

#DAAFB6
(218,175,182)
0 Favorites   0 Comments

Color spaces of #daafb6

RGB 218175182
HSL0.970.370.77
HSV350°20°85°
CMYK 0.000.200.17   0.15
XYZ52.686948.942850.9260
Yxy48.94280.34540.3208
Hunter Lab69.959112.00165.8119
CIE-Lab75.415716.69832.3663

#daafb6 color RGB value is (218,175,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 10110110
Octal 332 257 266
Decimal 218 175 182
Hex DA AF B6

RGB Percentages of Color #daafb6

%37.91
%30.43
%31.65

CMYK Percentages of Color #daafb6

%0
%20
%17
%15

Triadic Colors of #daafb6

#daafb6 #b6daaf #afb6da

Analogous Colors of #daafb6

#daafb6 #dabeaf #daafcc

Monochromatic Colors of #daafb6

#daafb6

Complementary Color

#daafb6 #afdad3

#daafb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafb6 Color CSS Codes

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

#daafb6 Text Font Color

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

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


#daafb6 Background Color

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

This div background color is #daafb6


#daafb6 Border Color

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

This div border color is #daafb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafb6


Comments

No comments written yet.

Please login to write comment.