Color Hex Logo

#d7fdfe Color Hex

#D7FDFE
(215,253,254)
0 Favorites   0 Comments

Color spaces of #d7fdfe

RGB 215253254
HSL0.500.950.92
HSV182°15°100°
CMYK 0.150.000.00   0.00
XYZ81.039091.8534107.2242
Yxy91.85340.28930.3279
Hunter Lab95.8402-16.78720.7556
CIE-Lab96.7603-11.9157-4.5648

#d7fdfe color RGB value is (215,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111101 11111110
Octal 327 375 376
Decimal 215 253 254
Hex D7 FD FE

RGB Percentages of Color #d7fdfe

%29.78
%35.04
%35.18

CMYK Percentages of Color #d7fdfe

%15
%0
%0
%0

Triadic Colors of #d7fdfe

#d7fdfe #fed7fd #fdfed7

Analogous Colors of #d7fdfe

#d7fdfe #d7eafe #d7feec

Monochromatic Colors of #d7fdfe

#d7fdfe

Complementary Color

#d7fdfe #fed8d7

#d7fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fdfe Color CSS Codes

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

#d7fdfe Text Font Color

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

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


#d7fdfe Background Color

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

This div background color is #d7fdfe


#d7fdfe Border Color

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

This div border color is #d7fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.