Color Hex Logo

#d0aedb Color Hex

#D0AEDB
(208,174,219)
0 Favorites   0 Comments

Color spaces of #d0aedb

RGB 208174219
HSL0.790.380.77
HSV285°21°86°
CMYK 0.050.210.00   0.14
XYZ53.934748.796573.5938
Yxy48.79650.30590.2767
Hunter Lab69.854515.5746-13.5656
CIE-Lab75.324620.3085-18.0627

#d0aedb color RGB value is (208,174,219).

#d0aedb hex color red value is 208, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0aedb hue: 0.79 , saturation: 0.38 and the lightness value of d0aedb is 0.77.

The process color (four color CMYK) of #d0aedb color hex is 0.05, 0.21, 0.00, 0.14. Web safe color of #d0aedb is #cc99cc. Color #d0aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 11011011
Octal 320 256 333
Decimal 208 174 219
Hex D0 AE DB

RGB Percentages of Color #d0aedb

%34.61
%28.95
%36.44

CMYK Percentages of Color #d0aedb

%5
%21
%0
%14

Triadic Colors of #d0aedb

#d0aedb #dbd0ae #aedbd0

Analogous Colors of #d0aedb

#d0aedb #dbaed0 #baaedb

Monochromatic Colors of #d0aedb

#d0aedb

Complementary Color

#d0aedb #b9dbae

#d0aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aedb Color CSS Codes

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

#d0aedb Text Font Color

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

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


#d0aedb Background Color

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

This div background color is #d0aedb


#d0aedb Border Color

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

This div border color is #d0aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aedb


Comments

No comments written yet.

Please login to write comment.