Color Hex Logo

#d7efdc Color Hex

#D7EFDC
(215,239,220)
0 Favorites   0 Comments

Color spaces of #d7efdc

RGB 215239220
HSL0.370.430.89
HSV133°10°94°
CMYK 0.100.000.08   0.06
XYZ71.809181.347479.6270
Yxy81.34740.30850.3495
Hunter Lab90.1928-15.720410.7906
CIE-Lab92.2861-11.36006.5103

#d7efdc color RGB value is (215,239,220).

#d7efdc hex color red value is 215, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d7efdc hue: 0.37 , saturation: 0.43 and the lightness value of d7efdc is 0.89.

The process color (four color CMYK) of #d7efdc color hex is 0.10, 0.00, 0.08, 0.06. Web safe color of #d7efdc is #ccffcc. Color #d7efdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11101111 11011100
Octal 327 357 334
Decimal 215 239 220
Hex D7 EF DC

RGB Percentages of Color #d7efdc

%31.90
%35.46
%32.64

CMYK Percentages of Color #d7efdc

%10
%0
%8
%6

Triadic Colors of #d7efdc

#d7efdc #dcd7ef #efdcd7

Analogous Colors of #d7efdc

#d7efdc #d7efe8 #deefd7

Monochromatic Colors of #d7efdc

#d7efdc

Complementary Color

#d7efdc #efd7ea

#d7efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7efdc Color CSS Codes

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

#d7efdc Text Font Color

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

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


#d7efdc Background Color

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

This div background color is #d7efdc


#d7efdc Border Color

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

This div border color is #d7efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7efdc


Comments

No comments written yet.

Please login to write comment.