Color Hex Logo

#d4dfed Color Hex

#D4DFED
(212,223,237)
0 Favorites   0 Comments

Color spaces of #d4dfed

RGB 212223237
HSL0.590.410.88
HSV214°11°93°
CMYK 0.110.060.00   0.07
XYZ68.825172.886890.5619
Yxy72.88680.29630.3138
Hunter Lab85.3738-5.5041-3.1314
CIE-Lab88.3937-0.9799-8.0977

#d4dfed color RGB value is (212,223,237).

#d4dfed hex color red value is 212, green value is 223 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d4dfed hue: 0.59 , saturation: 0.41 and the lightness value of d4dfed is 0.88.

The process color (four color CMYK) of #d4dfed color hex is 0.11, 0.06, 0.00, 0.07. Web safe color of #d4dfed is #ccccff. Color #d4dfed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 11101101
Octal 324 337 355
Decimal 212 223 237
Hex D4 DF ED

RGB Percentages of Color #d4dfed

%31.55
%33.18
%35.27

CMYK Percentages of Color #d4dfed

%11
%6
%0
%7

Triadic Colors of #d4dfed

#d4dfed #edd4df #dfedd4

Analogous Colors of #d4dfed

#d4dfed #d6d4ed #d4eced

Monochromatic Colors of #d4dfed

#d4dfed

Complementary Color

#d4dfed #ede2d4

#d4dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dfed Color CSS Codes

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

#d4dfed Text Font Color

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

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


#d4dfed Background Color

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

This div background color is #d4dfed


#d4dfed Border Color

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

This div border color is #d4dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dfed


Comments

No comments written yet.

Please login to write comment.