Color Hex Logo

#d8faef Color Hex

#D8FAEF
(216,250,239)
0 Favorites   0 Comments

Color spaces of #d8faef

RGB 216250239
HSL0.450.770.91
HSV161°14°98°
CMYK 0.140.000.04   0.02
XYZ78.084589.202194.7636
Yxy89.20210.29800.3404
Hunter Lab94.4469-17.70616.6240
CIE-Lab95.6648-13.02681.5737

#d8faef color RGB value is (216,250,239).

#d8faef hex color red value is 216, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d8faef hue: 0.45 , saturation: 0.77 and the lightness value of d8faef is 0.91.

The process color (four color CMYK) of #d8faef color hex is 0.14, 0.00, 0.04, 0.02. Web safe color of #d8faef is #ccffff. Color #d8faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111010 11101111
Octal 330 372 357
Decimal 216 250 239
Hex D8 FA EF

RGB Percentages of Color #d8faef

%30.64
%35.46
%33.90

CMYK Percentages of Color #d8faef

%14
%0
%4
%2

Triadic Colors of #d8faef

#d8faef #efd8fa #faefd8

Analogous Colors of #d8faef

#d8faef #d8f4fa #d8fade

Monochromatic Colors of #d8faef

#d8faef

Complementary Color

#d8faef #fad8e3

#d8faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8faef Color CSS Codes

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

#d8faef Text Font Color

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

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


#d8faef Background Color

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

This div background color is #d8faef


#d8faef Border Color

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

This div border color is #d8faef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,250,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8faef

Related Colors


Comments

No comments written yet.

Please login to write comment.