Color Hex Logo

#d7fdde Color Hex

#D7FDDE
(215,253,222)
0 Favorites   0 Comments

Color spaces of #d7fdde

RGB 215253222
HSL0.360.900.92
HSV131°15°99°
CMYK 0.150.000.12   0.01
XYZ76.334489.971682.4502
Yxy89.97160.30690.3617
Hunter Lab94.8534-22.343314.8602
CIE-Lab95.9850-17.931910.7829

#d7fdde color RGB value is (215,253,222).

#d7fdde hex color red value is 215, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d7fdde hue: 0.36 , saturation: 0.90 and the lightness value of d7fdde is 0.92.

The process color (four color CMYK) of #d7fdde color hex is 0.15, 0.00, 0.12, 0.01. Web safe color of #d7fdde is #ccffcc. Color #d7fdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111101 11011110
Octal 327 375 336
Decimal 215 253 222
Hex D7 FD DE

RGB Percentages of Color #d7fdde

%31.16
%36.67
%32.17

CMYK Percentages of Color #d7fdde

%15
%0
%12
%1

Triadic Colors of #d7fdde

#d7fdde #ded7fd #fdded7

Analogous Colors of #d7fdde

#d7fdde #d7fdf1 #e3fdd7

Monochromatic Colors of #d7fdde

#d7fdde

Complementary Color

#d7fdde #fdd7f6

#d7fdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fdde Color CSS Codes

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

#d7fdde Text Font Color

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

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


#d7fdde Background Color

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

This div background color is #d7fdde


#d7fdde Border Color

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

This div border color is #d7fdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fdde

Related Colors


Comments

No comments written yet.

Please login to write comment.