Color Hex Logo

#d0aedc Color Hex

#D0AEDC
(208,174,220)
0 Favorites   0 Comments

Color spaces of #d0aedc

RGB 208174220
HSL0.790.400.77
HSV284°21°86°
CMYK 0.050.210.00   0.14
XYZ54.066748.849374.2894
Yxy48.84930.30510.2757
Hunter Lab69.892315.7711-14.0955
CIE-Lab75.357520.5040-18.5572

#d0aedc color RGB value is (208,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10101110 11011100
Octal 320 256 334
Decimal 208 174 220
Hex D0 AE DC

RGB Percentages of Color #d0aedc

%34.55
%28.90
%36.54

CMYK Percentages of Color #d0aedc

%5
%21
%0
%14

Triadic Colors of #d0aedc

#d0aedc #dcd0ae #aedcd0

Analogous Colors of #d0aedc

#d0aedc #dcaed1 #b9aedc

Monochromatic Colors of #d0aedc

#d0aedc

Complementary Color

#d0aedc #badcae

#d0aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0aedc Color CSS Codes

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

#d0aedc Text Font Color

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

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


#d0aedc Background Color

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

This div background color is #d0aedc


#d0aedc Border Color

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

This div border color is #d0aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0aedc


Comments

No comments written yet.

Please login to write comment.