Color Hex Logo

#d4dcef Color Hex

#D4DCEF
(212,220,239)
0 Favorites   0 Comments

Color spaces of #d4dcef

RGB 212220239
HSL0.620.460.88
HSV222°11°94°
CMYK 0.110.080.00   0.06
XYZ68.324671.415491.8448
Yxy71.41540.29500.3084
Hunter Lab84.5076-3.5707-5.2824
CIE-Lab87.68640.9776-10.2011

#d4dcef color RGB value is (212,220,239).

#d4dcef hex color red value is 212, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d4dcef hue: 0.62 , saturation: 0.46 and the lightness value of d4dcef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011100 11101111
Octal 324 334 357
Decimal 212 220 239
Hex D4 DC EF

RGB Percentages of Color #d4dcef

%31.59
%32.79
%35.62

CMYK Percentages of Color #d4dcef

%11
%8
%0
%6

Triadic Colors of #d4dcef

#d4dcef #efd4dc #dcefd4

Analogous Colors of #d4dcef

#d4dcef #dad4ef #d4eaef

Monochromatic Colors of #d4dcef

#d4dcef

Complementary Color

#d4dcef #efe7d4

#d4dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4dcef Color CSS Codes

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

#d4dcef Text Font Color

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

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


#d4dcef Background Color

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

This div background color is #d4dcef


#d4dcef Border Color

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

This div border color is #d4dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4dcef


Comments

No comments written yet.

Please login to write comment.