Color Hex Logo

#daaef6 Color Hex

#DAAEF6
(218,174,246)
0 Favorites   0 Comments

Color spaces of #daaef6

RGB 218174246
HSL0.770.800.82
HSV277°29°96°
CMYK 0.110.290.00   0.04
XYZ60.684051.831493.9948
Yxy51.83140.29390.2510
Hunter Lab71.994024.4687-27.0127
CIE-Lab77.179928.9042-29.7790

#daaef6 color RGB value is (218,174,246).

#daaef6 hex color red value is 218, green value is 174 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #daaef6 hue: 0.77 , saturation: 0.80 and the lightness value of daaef6 is 0.82.

The process color (four color CMYK) of #daaef6 color hex is 0.11, 0.29, 0.00, 0.04. Web safe color of #daaef6 is #cc99ff. Color #daaef6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101110 11110110
Octal 332 256 366
Decimal 218 174 246
Hex DA AE F6

RGB Percentages of Color #daaef6

%34.17
%27.27
%38.56

CMYK Percentages of Color #daaef6

%11
%29
%0
%4

Triadic Colors of #daaef6

#daaef6 #f6daae #aef6da

Analogous Colors of #daaef6

#daaef6 #f6aeee #b6aef6

Monochromatic Colors of #daaef6

#daaef6

Complementary Color

#daaef6 #caf6ae

#daaef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaef6 Color CSS Codes

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

#daaef6 Text Font Color

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

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


#daaef6 Background Color

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

This div background color is #daaef6


#daaef6 Border Color

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

This div border color is #daaef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaef6

Related Colors


Comments

No comments written yet.

Please login to write comment.