Color Hex Logo

#daafea Color Hex

#DAAFEA
(218,175,234)
0 Favorites   0 Comments

Color spaces of #daafea

RGB 218175234
HSL0.790.580.80
HSV284°25°92°
CMYK 0.070.250.00   0.08
XYZ59.094751.505984.6689
Yxy51.50590.30260.2638
Hunter Lab71.767621.3867-19.7109
CIE-Lab76.984425.9548-23.5973

#daafea color RGB value is (218,175,234).

#daafea hex color red value is 218, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #daafea hue: 0.79 , saturation: 0.58 and the lightness value of daafea is 0.80.

The process color (four color CMYK) of #daafea color hex is 0.07, 0.25, 0.00, 0.08. Web safe color of #daafea is #cc99ff. Color #daafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11101010
Octal 332 257 352
Decimal 218 175 234
Hex DA AF EA

RGB Percentages of Color #daafea

%34.77
%27.91
%37.32

CMYK Percentages of Color #daafea

%7
%25
%0
%8

Triadic Colors of #daafea

#daafea #eadaaf #afeada

Analogous Colors of #daafea

#daafea #eaafdd #bdafea

Monochromatic Colors of #daafea

#daafea

Complementary Color

#daafea #bfeaaf

#daafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafea Color CSS Codes

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

#daafea Text Font Color

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

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


#daafea Background Color

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

This div background color is #daafea


#daafea Border Color

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

This div border color is #daafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafea


Comments

No comments written yet.

Please login to write comment.