Color Hex Logo

#d8fcef Color Hex

#D8FCEF
(216,252,239)
0 Favorites   0 Comments

Color spaces of #d8fcef

RGB 216252239
HSL0.440.860.92
HSV158°14°99°
CMYK 0.140.000.05   0.01
XYZ78.709390.451794.9719
Yxy90.45170.29800.3424
Hunter Lab95.1061-18.71007.3679
CIE-Lab96.1838-14.01822.3287

#d8fcef color RGB value is (216,252,239).

#d8fcef hex color red value is 216, green value is 252 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d8fcef hue: 0.44 , saturation: 0.86 and the lightness value of d8fcef is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111100 11101111
Octal 330 374 357
Decimal 216 252 239
Hex D8 FC EF

RGB Percentages of Color #d8fcef

%30.55
%35.64
%33.80

CMYK Percentages of Color #d8fcef

%14
%0
%5
%1

Triadic Colors of #d8fcef

#d8fcef #efd8fc #fcefd8

Analogous Colors of #d8fcef

#d8fcef #d8f7fc #d8fcdd

Monochromatic Colors of #d8fcef

#d8fcef

Complementary Color

#d8fcef #fcd8e5

#d8fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fcef Color CSS Codes

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

#d8fcef Text Font Color

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

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


#d8fcef Background Color

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

This div background color is #d8fcef


#d8fcef Border Color

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

This div border color is #d8fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.