Color Hex Logo

#d4aedb Color Hex

#D4AEDB
(212,174,219)
0 Favorites   0 Comments

Color spaces of #d4aedb

RGB 212174219
HSL0.810.380.77
HSV291°21°86°
CMYK 0.030.210.00   0.14
XYZ55.073649.383673.6471
Yxy49.38360.30920.2773
Hunter Lab70.273516.9126-12.9449
CIE-Lab75.689421.6295-17.4761

#d4aedb color RGB value is (212,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101110 11011011
Octal 324 256 333
Decimal 212 174 219
Hex D4 AE DB

RGB Percentages of Color #d4aedb

%35.04
%28.76
%36.20

CMYK Percentages of Color #d4aedb

%3
%21
%0
%14

Triadic Colors of #d4aedb

#d4aedb #dbd4ae #aedbd4

Analogous Colors of #d4aedb

#d4aedb #dbaecc #beaedb

Monochromatic Colors of #d4aedb

#d4aedb

Complementary Color

#d4aedb #b5dbae

#d4aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aedb Color CSS Codes

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

#d4aedb Text Font Color

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

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


#d4aedb Background Color

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

This div background color is #d4aedb


#d4aedb Border Color

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

This div border color is #d4aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aedb


Comments

No comments written yet.

Please login to write comment.