Color Hex Logo

#d7fdff Color Hex

#D7FDFF
(215,253,255)
0 Favorites   0 Comments

Color spaces of #d7fdff

RGB 215253255
HSL0.511.000.92
HSV183°16°100°
CMYK 0.160.010.00   0.00
XYZ81.199691.9176108.0699
Yxy91.91760.28880.3269
Hunter Lab95.8737-16.59950.2792
CIE-Lab96.7866-11.7159-5.0412

#d7fdff color RGB value is (215,253,255).

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

The process color (four color CMYK) of #d7fdff color hex is 0.16, 0.01, 0.00, 0.00. Web safe color of #d7fdff is #ccffff. Color #d7fdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111101 11111111
Octal 327 375 377
Decimal 215 253 255
Hex D7 FD FF

RGB Percentages of Color #d7fdff

%29.74
%34.99
%35.27

CMYK Percentages of Color #d7fdff

%16
%1
%0
%0

Triadic Colors of #d7fdff

#d7fdff #ffd7fd #fdffd7

Analogous Colors of #d7fdff

#d7fdff #d7e9ff #d7ffed

Monochromatic Colors of #d7fdff

#d7fdff

Complementary Color

#d7fdff #ffd9d7

#d7fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fdff Color CSS Codes

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

#d7fdff Text Font Color

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

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


#d7fdff Background Color

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

This div background color is #d7fdff


#d7fdff Border Color

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

This div border color is #d7fdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fdff

Related Colors

#d7fdff Color Palettes


Comments

No comments written yet.

Please login to write comment.