Color Hex Logo

#d7fefb Color Hex

#D7FEFB
(215,254,251)
0 Favorites   0 Comments

Color spaces of #d7fefb

RGB 215254251
HSL0.490.950.92
HSV175°15°100°
CMYK 0.150.000.01   0.00
XYZ80.878792.2957104.8189
Yxy92.29570.29090.3320
Hunter Lab96.0707-17.85042.5605
CIE-Lab96.9410-13.0074-2.7541

#d7fefb color RGB value is (215,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11111110 11111011
Octal 327 376 373
Decimal 215 254 251
Hex D7 FE FB

RGB Percentages of Color #d7fefb

%29.86
%35.28
%34.86

CMYK Percentages of Color #d7fefb

%15
%0
%1
%0

Triadic Colors of #d7fefb

#d7fefb #fbd7fe #fefbd7

Analogous Colors of #d7fefb

#d7fefb #d7eefe #d7fee8

Monochromatic Colors of #d7fefb

#d7fefb

Complementary Color

#d7fefb #fed7da

#d7fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7fefb Color CSS Codes

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

#d7fefb Text Font Color

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

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


#d7fefb Background Color

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

This div background color is #d7fefb


#d7fefb Border Color

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

This div border color is #d7fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7fefb

Related Colors

#d7fefb Color Palettes


Comments

No comments written yet.

Please login to write comment.