Color Hex Logo

#d4dffa Color Hex

#D4DFFA
(212,223,250)
0 Favorites   0 Comments

Color spaces of #d4dffa

RGB 212223250
HSL0.620.790.91
HSV223°15°98°
CMYK 0.150.110.00   0.02
XYZ70.794473.6745100.9318
Yxy73.67450.28850.3002
Hunter Lab85.8339-2.9853-9.6353
CIE-Lab88.76841.6471-14.3729

#d4dffa color RGB value is (212,223,250).

#d4dffa hex color red value is 212, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d4dffa hue: 0.62 , saturation: 0.79 and the lightness value of d4dffa is 0.91.

The process color (four color CMYK) of #d4dffa color hex is 0.15, 0.11, 0.00, 0.02. Web safe color of #d4dffa is #ccccff. Color #d4dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 11111010
Octal 324 337 372
Decimal 212 223 250
Hex D4 DF FA

RGB Percentages of Color #d4dffa

%30.95
%32.55
%36.50

CMYK Percentages of Color #d4dffa

%15
%11
%0
%2

Triadic Colors of #d4dffa

#d4dffa #fad4df #dffad4

Analogous Colors of #d4dffa

#d4dffa #dcd4fa #d4f2fa

Monochromatic Colors of #d4dffa

#d4dffa

Complementary Color

#d4dffa #faefd4

#d4dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dffa Color CSS Codes

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

#d4dffa Text Font Color

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

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


#d4dffa Background Color

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

This div background color is #d4dffa


#d4dffa Border Color

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

This div border color is #d4dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dffa


Comments

No comments written yet.

Please login to write comment.