Color Hex Logo

#d4aede Color Hex

#D4AEDE
(212,174,222)
0 Favorites   0 Comments

Color spaces of #d4aede

RGB 212174222
HSL0.800.420.78
HSV288°22°87°
CMYK 0.050.220.00   0.13
XYZ55.472249.543175.7463
Yxy49.54310.30690.2741
Hunter Lab70.386917.4996-14.5337
CIE-Lab75.788022.2077-18.9585

#d4aede color RGB value is (212,174,222).

#d4aede hex color red value is 212, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d4aede hue: 0.80 , saturation: 0.42 and the lightness value of d4aede is 0.78.

The process color (four color CMYK) of #d4aede color hex is 0.05, 0.22, 0.00, 0.13. Web safe color of #d4aede is #cc99cc. Color #d4aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101110 11011110
Octal 324 256 336
Decimal 212 174 222
Hex D4 AE DE

RGB Percentages of Color #d4aede

%34.87
%28.62
%36.51

CMYK Percentages of Color #d4aede

%5
%22
%0
%13

Triadic Colors of #d4aede

#d4aede #ded4ae #aeded4

Analogous Colors of #d4aede

#d4aede #deaed0 #bcaede

Monochromatic Colors of #d4aede

#d4aede

Complementary Color

#d4aede #b8deae

#d4aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aede Color CSS Codes

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

#d4aede Text Font Color

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

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


#d4aede Background Color

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

This div background color is #d4aede


#d4aede Border Color

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

This div border color is #d4aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aede


Comments

No comments written yet.

Please login to write comment.