Color Hex Logo

#d7f0dc Color Hex

#D7F0DC
(215,240,220)
0 Favorites   0 Comments

Color spaces of #d7f0dc

RGB 215240220
HSL0.370.450.89
HSV132°10°94°
CMYK 0.100.000.08   0.06
XYZ72.102781.934679.7249
Yxy81.93460.30840.3505
Hunter Lab90.5177-16.220311.1418
CIE-Lab92.5460-11.86066.8847

#d7f0dc color RGB value is (215,240,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11110000 11011100
Octal 327 360 334
Decimal 215 240 220
Hex D7 F0 DC

RGB Percentages of Color #d7f0dc

%31.85
%35.56
%32.59

CMYK Percentages of Color #d7f0dc

%10
%0
%8
%6

Triadic Colors of #d7f0dc

#d7f0dc #dcd7f0 #f0dcd7

Analogous Colors of #d7f0dc

#d7f0dc #d7f0e9 #dff0d7

Monochromatic Colors of #d7f0dc

#d7f0dc

Complementary Color

#d7f0dc #f0d7eb

#d7f0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7f0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7f0dc Color CSS Codes

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

#d7f0dc Text Font Color

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

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


#d7f0dc Background Color

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

This div background color is #d7f0dc


#d7f0dc Border Color

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

This div border color is #d7f0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7f0dc


Comments

No comments written yet.

Please login to write comment.