Color Hex Logo

#d4dffb Color Hex

#D4DFFB
(212,223,251)
0 Favorites   0 Comments

Color spaces of #d4dffb

RGB 212223251
HSL0.620.830.91
HSV223°16°98°
CMYK 0.160.110.00   0.02
XYZ70.951673.7374101.7600
Yxy73.73740.28790.2992
Hunter Lab85.8705-2.7854-10.1517
CIE-Lab88.79821.8538-14.8534

#d4dffb color RGB value is (212,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 11111011
Octal 324 337 373
Decimal 212 223 251
Hex D4 DF FB

RGB Percentages of Color #d4dffb

%30.90
%32.51
%36.59

CMYK Percentages of Color #d4dffb

%16
%11
%0
%2

Triadic Colors of #d4dffb

#d4dffb #fbd4df #dffbd4

Analogous Colors of #d4dffb

#d4dffb #ddd4fb #d4f3fb

Monochromatic Colors of #d4dffb

#d4dffb

Complementary Color

#d4dffb #fbf0d4

#d4dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dffb Color CSS Codes

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

#d4dffb Text Font Color

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

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


#d4dffb Background Color

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

This div background color is #d4dffb


#d4dffb Border Color

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

This div border color is #d4dffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dffb

#d4dffb Color Palettes


Comments

No comments written yet.

Please login to write comment.