Color Hex Logo

#d4dfe0 Color Hex

#D4DFE0
(212,223,224)
0 Favorites   0 Comments

Color spaces of #d4dfe0

RGB 212223224
HSL0.510.160.85
HSV185°88°
CMYK 0.050.000.00   0.12
XYZ66.993672.154280.9172
Yxy72.15420.30440.3279
Hunter Lab84.9436-7.87142.9810
CIE-Lab88.0428-3.4858-1.7737

#d4dfe0 color RGB value is (212,223,224).

#d4dfe0 hex color red value is 212, green value is 223 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d4dfe0 hue: 0.51 , saturation: 0.16 and the lightness value of d4dfe0 is 0.85.

The process color (four color CMYK) of #d4dfe0 color hex is 0.05, 0.00, 0.00, 0.12. Web safe color of #d4dfe0 is #cccccc. Color #d4dfe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 11100000
Octal 324 337 340
Decimal 212 223 224
Hex D4 DF E0

RGB Percentages of Color #d4dfe0

%32.17
%33.84
%33.99

CMYK Percentages of Color #d4dfe0

%5
%0
%0
%12

Triadic Colors of #d4dfe0

#d4dfe0 #e0d4df #dfe0d4

Analogous Colors of #d4dfe0

#d4dfe0 #d4d9e0 #d4e0db

Monochromatic Colors of #d4dfe0

#d4dfe0

Complementary Color

#d4dfe0 #e0d5d4

#d4dfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dfe0 Color CSS Codes

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

#d4dfe0 Text Font Color

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

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


#d4dfe0 Background Color

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

This div background color is #d4dfe0


#d4dfe0 Border Color

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

This div border color is #d4dfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dfe0


Comments

No comments written yet.

Please login to write comment.