Color Hex Logo

#d8fefb Color Hex

#D8FEFB
(216,254,251)
0 Favorites   0 Comments

Color spaces of #d8fefb

RGB 216254251
HSL0.490.950.92
HSV175°15°100°
CMYK 0.150.000.01   0.00
XYZ81.173392.4476104.8327
Yxy92.44760.29150.3320
Hunter Lab96.1497-17.56532.6604
CIE-Lab97.0030-12.6997-2.6560

#d8fefb color RGB value is (216,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111110 11111011
Octal 330 376 373
Decimal 216 254 251
Hex D8 FE FB

RGB Percentages of Color #d8fefb

%29.96
%35.23
%34.81

CMYK Percentages of Color #d8fefb

%15
%0
%1
%0

Triadic Colors of #d8fefb

#d8fefb #fbd8fe #fefbd8

Analogous Colors of #d8fefb

#d8fefb #d8eefe #d8fee8

Monochromatic Colors of #d8fefb

#d8fefb

Complementary Color

#d8fefb #fed8db

#d8fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fefb Color CSS Codes

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

#d8fefb Text Font Color

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

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


#d8fefb Background Color

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

This div background color is #d8fefb


#d8fefb Border Color

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

This div border color is #d8fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.