Color Hex Logo

#daafc8 Color Hex

#DAAFC8
(218,175,200)
0 Favorites   0 Comments

Color spaces of #daafc8

RGB 218175200
HSL0.900.370.77
HSV325°20°85°
CMYK 0.000.200.08   0.15
XYZ54.668749.735561.3621
Yxy49.73550.32980.3000
Hunter Lab70.523414.9546-2.2216
CIE-Lab75.906619.6689-6.7403

#daafc8 color RGB value is (218,175,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11001000
Octal 332 257 310
Decimal 218 175 200
Hex DA AF C8

RGB Percentages of Color #daafc8

%36.76
%29.51
%33.73

CMYK Percentages of Color #daafc8

%0
%20
%8
%15

Triadic Colors of #daafc8

#daafc8 #c8daaf #afc8da

Analogous Colors of #daafc8

#daafc8 #daafb3 #d7afda

Monochromatic Colors of #daafc8

#daafc8

Complementary Color

#daafc8 #afdac1

#daafc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafc8 Color CSS Codes

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

#daafc8 Text Font Color

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

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


#daafc8 Background Color

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

This div background color is #daafc8


#daafc8 Border Color

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

This div border color is #daafc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafc8


Comments

No comments written yet.

Please login to write comment.