Color Hex Logo

#d6aeec Color Hex

#D6AEEC
(214,174,236)
0 Favorites   0 Comments

Color spaces of #d6aeec

RGB 214174236
HSL0.770.620.80
HSV279°26°93°
CMYK 0.090.260.00   0.07
XYZ58.007950.624486.0710
Yxy50.62440.29790.2600
Hunter Lab71.150821.0137-21.9174
CIE-Lab76.450925.6222-25.5268

#d6aeec color RGB value is (214,174,236).

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

The process color (four color CMYK) of #d6aeec color hex is 0.09, 0.26, 0.00, 0.07. Web safe color of #d6aeec is #cc99ff. Color #d6aeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10101110 11101100
Octal 326 256 354
Decimal 214 174 236
Hex D6 AE EC

RGB Percentages of Color #d6aeec

%34.29
%27.88
%37.82

CMYK Percentages of Color #d6aeec

%9
%26
%0
%7

Triadic Colors of #d6aeec

#d6aeec #ecd6ae #aeecd6

Analogous Colors of #d6aeec

#d6aeec #ecaee3 #b7aeec

Monochromatic Colors of #d6aeec

#d6aeec

Complementary Color

#d6aeec #c4ecae

#d6aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6aeec Color CSS Codes

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

#d6aeec Text Font Color

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

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


#d6aeec Background Color

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

This div background color is #d6aeec


#d6aeec Border Color

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

This div border color is #d6aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6aeec


Comments

No comments written yet.

Please login to write comment.