Color Hex Logo

#daafe5 Color Hex

#DAAFE5
(218,175,229)
0 Favorites   0 Comments

Color spaces of #daafe5

RGB 218175229
HSL0.800.510.79
HSV288°24°90°
CMYK 0.050.240.00   0.10
XYZ58.386351.222580.9384
Yxy51.22250.30640.2688
Hunter Lab71.569920.3719-16.9521
CIE-Lab76.813624.9792-21.1501

#daafe5 color RGB value is (218,175,229).

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

The process color (four color CMYK) of #daafe5 color hex is 0.05, 0.24, 0.00, 0.10. Web safe color of #daafe5 is #cc99cc. Color #daafe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101111 11100101
Octal 332 257 345
Decimal 218 175 229
Hex DA AF E5

RGB Percentages of Color #daafe5

%35.05
%28.14
%36.82

CMYK Percentages of Color #daafe5

%5
%24
%0
%10

Triadic Colors of #daafe5

#daafe5 #e5daaf #afe5da

Analogous Colors of #daafe5

#daafe5 #e5afd5 #bfafe5

Monochromatic Colors of #daafe5

#daafe5

Complementary Color

#daafe5 #bae5af

#daafe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daafe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daafe5 Color CSS Codes

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

#daafe5 Text Font Color

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

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


#daafe5 Background Color

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

This div background color is #daafe5


#daafe5 Border Color

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

This div border color is #daafe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daafe5


Comments

No comments written yet.

Please login to write comment.