Color Hex Logo

#daaeed Color Hex

#DAAEED
(218,174,237)
0 Favorites   0 Comments

Color spaces of #daaeed

RGB 218174237
HSL0.780.640.81
HSV282°27°93°
CMYK 0.080.270.00   0.07
XYZ59.335651.292086.8938
Yxy51.29200.30040.2597
Hunter Lab71.618422.5543-21.8030
CIE-Lab76.855627.0895-25.4166

#daaeed color RGB value is (218,174,237).

#daaeed hex color red value is 218, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #daaeed hue: 0.78 , saturation: 0.64 and the lightness value of daaeed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11101101
Octal 332 256 355
Decimal 218 174 237
Hex DA AE ED

RGB Percentages of Color #daaeed

%34.66
%27.66
%37.68

CMYK Percentages of Color #daaeed

%8
%27
%0
%7

Triadic Colors of #daaeed

#daaeed #eddaae #aeedda

Analogous Colors of #daaeed

#daaeed #edaee1 #bbaeed

Monochromatic Colors of #daaeed

#daaeed

Complementary Color

#daaeed #c1edae

#daaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeed Color CSS Codes

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

#daaeed Text Font Color

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

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


#daaeed Background Color

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

This div background color is #daaeed


#daaeed Border Color

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

This div border color is #daaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeed


Comments

No comments written yet.

Please login to write comment.