Color Hex Logo

#d4efde Color Hex

#D4EFDE
(212,239,222)
0 Favorites   0 Comments

Color spaces of #d4efde

RGB 212239222
HSL0.400.460.88
HSV142°11°94°
CMYK 0.110.000.07   0.06
XYZ71.202781.004080.9898
Yxy81.00400.30530.3474
Hunter Lab90.0022-16.28879.6486
CIE-Lab92.1335-11.98785.2251

#d4efde color RGB value is (212,239,222).

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

The process color (four color CMYK) of #d4efde color hex is 0.11, 0.00, 0.07, 0.06. Web safe color of #d4efde is #ccffcc. Color #d4efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101111 11011110
Octal 324 357 336
Decimal 212 239 222
Hex D4 EF DE

RGB Percentages of Color #d4efde

%31.50
%35.51
%32.99

CMYK Percentages of Color #d4efde

%11
%0
%7
%6

Triadic Colors of #d4efde

#d4efde #ded4ef #efded4

Analogous Colors of #d4efde

#d4efde #d4efec #d8efd4

Monochromatic Colors of #d4efde

#d4efde

Complementary Color

#d4efde #efd4e5

#d4efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4efde Color CSS Codes

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

#d4efde Text Font Color

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

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


#d4efde Background Color

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

This div background color is #d4efde


#d4efde Border Color

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

This div border color is #d4efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4efde


Comments

No comments written yet.

Please login to write comment.