Color Hex Logo

#d4efdf Color Hex

#D4EFDF
(212,239,223)
0 Favorites   0 Comments

Color spaces of #d4efdf

RGB 212239223
HSL0.400.460.88
HSV144°11°94°
CMYK 0.110.000.07   0.06
XYZ71.337281.057881.6979
Yxy81.05780.30470.3463
Hunter Lab90.0321-16.12129.2209
CIE-Lab92.1574-11.80524.7398

#d4efdf color RGB value is (212,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11101111 11011111
Octal 324 357 337
Decimal 212 239 223
Hex D4 EF DF

RGB Percentages of Color #d4efdf

%31.45
%35.46
%33.09

CMYK Percentages of Color #d4efdf

%11
%0
%7
%6

Triadic Colors of #d4efdf

#d4efdf #dfd4ef #efdfd4

Analogous Colors of #d4efdf

#d4efdf #d4efed #d7efd4

Monochromatic Colors of #d4efdf

#d4efdf

Complementary Color

#d4efdf #efd4e4

#d4efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4efdf Color CSS Codes

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

#d4efdf Text Font Color

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

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


#d4efdf Background Color

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

This div background color is #d4efdf


#d4efdf Border Color

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

This div border color is #d4efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4efdf


Comments

No comments written yet.

Please login to write comment.