Color Hex Logo

#d4dfec Color Hex

#D4DFEC
(212,223,236)
0 Favorites   0 Comments

Color spaces of #d4dfec

RGB 212223236
HSL0.590.390.88
HSV213°10°93°
CMYK 0.100.060.00   0.07
XYZ68.679472.828589.7944
Yxy72.82850.29690.3149
Hunter Lab85.3396-5.6915-2.6472
CIE-Lab88.3659-1.1770-7.6129

#d4dfec color RGB value is (212,223,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011111 11101100
Octal 324 337 354
Decimal 212 223 236
Hex D4 DF EC

RGB Percentages of Color #d4dfec

%31.59
%33.23
%35.17

CMYK Percentages of Color #d4dfec

%10
%6
%0
%7

Triadic Colors of #d4dfec

#d4dfec #ecd4df #dfecd4

Analogous Colors of #d4dfec

#d4dfec #d5d4ec #d4ebec

Monochromatic Colors of #d4dfec

#d4dfec

Complementary Color

#d4dfec #ece1d4

#d4dfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dfec Color CSS Codes

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

#d4dfec Text Font Color

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

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


#d4dfec Background Color

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

This div background color is #d4dfec


#d4dfec Border Color

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

This div border color is #d4dfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dfec


Comments

No comments written yet.

Please login to write comment.