Color Hex Logo

#d4deec Color Hex

#D4DEEC
(212,222,236)
0 Favorites   0 Comments

Color spaces of #d4deec

RGB 212222236
HSL0.600.390.88
HSV215°10°93°
CMYK 0.100.060.00   0.07
XYZ68.413072.295789.7056
Yxy72.29570.29690.3138
Hunter Lab85.0269-5.1752-3.0337
CIE-Lab88.1107-0.6582-7.9909

#d4deec color RGB value is (212,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011110 11101100
Octal 324 336 354
Decimal 212 222 236
Hex D4 DE EC

RGB Percentages of Color #d4deec

%31.64
%33.13
%35.22

CMYK Percentages of Color #d4deec

%10
%6
%0
%7

Triadic Colors of #d4deec

#d4deec #ecd4de #deecd4

Analogous Colors of #d4deec

#d4deec #d6d4ec #d4eaec

Monochromatic Colors of #d4deec

#d4deec

Complementary Color

#d4deec #ece2d4

#d4deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4deec Color CSS Codes

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

#d4deec Text Font Color

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

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


#d4deec Background Color

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

This div background color is #d4deec


#d4deec Border Color

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

This div border color is #d4deec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,222,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 #d4deec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4deec


Comments

No comments written yet.

Please login to write comment.