Color Hex Logo

#d6aeef Color Hex

#D6AEEF
(214,174,239)
0 Favorites   0 Comments

Color spaces of #d6aeef

RGB 214174239
HSL0.770.670.81
HSV277°27°94°
CMYK 0.100.270.00   0.06
XYZ58.447650.800288.3863
Yxy50.80020.29570.2570
Hunter Lab71.274321.6468-23.6328
CIE-Lab76.557826.2303-26.9860

#d6aeef color RGB value is (214,174,239).

#d6aeef hex color red value is 214, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d6aeef hue: 0.77 , saturation: 0.67 and the lightness value of d6aeef is 0.81.

The process color (four color CMYK) of #d6aeef color hex is 0.10, 0.27, 0.00, 0.06. Web safe color of #d6aeef is #cc99ff. Color #d6aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101110 11101111
Octal 326 256 357
Decimal 214 174 239
Hex D6 AE EF

RGB Percentages of Color #d6aeef

%34.13
%27.75
%38.12

CMYK Percentages of Color #d6aeef

%10
%27
%0
%6

Triadic Colors of #d6aeef

#d6aeef #efd6ae #aeefd6

Analogous Colors of #d6aeef

#d6aeef #efaee8 #b6aeef

Monochromatic Colors of #d6aeef

#d6aeef

Complementary Color

#d6aeef #c7efae

#d6aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aeef Color CSS Codes

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

#d6aeef Text Font Color

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

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


#d6aeef Background Color

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

This div background color is #d6aeef


#d6aeef Border Color

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

This div border color is #d6aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aeef


Comments

No comments written yet.

Please login to write comment.