Color Hex Logo

#d0aaec Color Hex

#D0AAEC
(208,170,236)
0 Favorites   0 Comments

Color spaces of #d0aaec

RGB 208170236
HSL0.760.630.80
HSV275°28°93°
CMYK 0.120.280.00   0.07
XYZ55.527548.215585.7368
Yxy48.21550.29310.2545
Hunter Lab69.437421.2270-24.6013
CIE-Lab74.960625.9125-27.8566

#d0aaec color RGB value is (208,170,236).

#d0aaec hex color red value is 208, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d0aaec hue: 0.76 , saturation: 0.63 and the lightness value of d0aaec is 0.80.

The process color (four color CMYK) of #d0aaec color hex is 0.12, 0.28, 0.00, 0.07. Web safe color of #d0aaec is #cc99ff. Color #d0aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11101100
Octal 320 252 354
Decimal 208 170 236
Hex D0 AA EC

RGB Percentages of Color #d0aaec

%33.88
%27.69
%38.44

CMYK Percentages of Color #d0aaec

%12
%28
%0
%7

Triadic Colors of #d0aaec

#d0aaec #ecd0aa #aaecd0

Analogous Colors of #d0aaec

#d0aaec #ecaae7 #afaaec

Monochromatic Colors of #d0aaec

#d0aaec

Complementary Color

#d0aaec #c6ecaa

#d0aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aaec Color CSS Codes

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

#d0aaec Text Font Color

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

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


#d0aaec Background Color

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

This div background color is #d0aaec


#d0aaec Border Color

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

This div border color is #d0aaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,170,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 #d0aaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aaec


Comments

No comments written yet.

Please login to write comment.