Color Hex Logo

#d0aaef Color Hex

#D0AAEF
(208,170,239)
0 Favorites   0 Comments

Color spaces of #d0aaef

RGB 208170239
HSL0.760.680.80
HSV273°29°94°
CMYK 0.130.290.00   0.06
XYZ55.967148.391388.0520
Yxy48.39130.29090.2515
Hunter Lab69.563921.8741-26.3529
CIE-Lab75.071126.5367-29.3139

#d0aaef color RGB value is (208,170,239).

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

The process color (four color CMYK) of #d0aaef color hex is 0.13, 0.29, 0.00, 0.06. Web safe color of #d0aaef is #cc99ff. Color #d0aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11101111
Octal 320 252 357
Decimal 208 170 239
Hex D0 AA EF

RGB Percentages of Color #d0aaef

%33.71
%27.55
%38.74

CMYK Percentages of Color #d0aaef

%13
%29
%0
%6

Triadic Colors of #d0aaef

#d0aaef #efd0aa #aaefd0

Analogous Colors of #d0aaef

#d0aaef #efaaec #aeaaef

Monochromatic Colors of #d0aaef

#d0aaef

Complementary Color

#d0aaef #c9efaa

#d0aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aaef Color CSS Codes

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

#d0aaef Text Font Color

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

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


#d0aaef Background Color

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

This div background color is #d0aaef


#d0aaef Border Color

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

This div border color is #d0aaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aaef


Comments

No comments written yet.

Please login to write comment.