Color Hex Logo

#daaeee Color Hex

#DAAEEE
(218,174,238)
0 Favorites   0 Comments

Color spaces of #daaeee

RGB 218174238
HSL0.780.650.81
HSV281°27°93°
CMYK 0.080.270.00   0.07
XYZ59.482151.350687.6655
Yxy51.35060.29970.2587
Hunter Lab71.659322.7633-22.3718
CIE-Lab76.890927.2885-25.9032

#daaeee color RGB value is (218,174,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11101110
Octal 332 256 356
Decimal 218 174 238
Hex DA AE EE

RGB Percentages of Color #daaeee

%34.60
%27.62
%37.78

CMYK Percentages of Color #daaeee

%8
%27
%0
%7

Triadic Colors of #daaeee

#daaeee #eedaae #aeeeda

Analogous Colors of #daaeee

#daaeee #eeaee2 #baaeee

Monochromatic Colors of #daaeee

#daaeee

Complementary Color

#daaeee #c2eeae

#daaeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaeee Color CSS Codes

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

#daaeee Text Font Color

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

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


#daaeee Background Color

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

This div background color is #daaeee


#daaeee Border Color

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

This div border color is #daaeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaeee


Comments

No comments written yet.

Please login to write comment.