Color Hex Logo

#d0aaed Color Hex

#D0AAED
(208,170,237)
0 Favorites   0 Comments

Color spaces of #d0aaed

RGB 208170237
HSL0.760.650.80
HSV274°28°93°
CMYK 0.120.280.00   0.07
XYZ55.673248.273886.5042
Yxy48.27380.29230.2535
Hunter Lab69.479321.4416-25.1826
CIE-Lab74.997326.1198-28.3428

#d0aaed color RGB value is (208,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101010 11101101
Octal 320 252 355
Decimal 208 170 237
Hex D0 AA ED

RGB Percentages of Color #d0aaed

%33.82
%27.64
%38.54

CMYK Percentages of Color #d0aaed

%12
%28
%0
%7

Triadic Colors of #d0aaed

#d0aaed #edd0aa #aaedd0

Analogous Colors of #d0aaed

#d0aaed #edaae9 #afaaed

Monochromatic Colors of #d0aaed

#d0aaed

Complementary Color

#d0aaed #c7edaa

#d0aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aaed Color CSS Codes

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

#d0aaed Text Font Color

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

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


#d0aaed Background Color

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

This div background color is #d0aaed


#d0aaed Border Color

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

This div border color is #d0aaed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,170,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aaed

#d0aaed Color Palettes


Comments

No comments written yet.

Please login to write comment.