Color Hex Logo

#d8fabc Color Hex

#D8FABC
(216,250,188)
0 Favorites   0 Comments

Color spaces of #d8fabc

RGB 216250188
HSL0.260.860.86
HSV93°25°98°
CMYK 0.140.000.25   0.02
XYZ71.581686.601060.5199
Yxy86.60100.32730.3960
Hunter Lab93.0597-25.552026.5834
CIE-Lab94.5687-21.680526.1950

#d8fabc color RGB value is (216,250,188).

#d8fabc hex color red value is 216, green value is 250 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d8fabc hue: 0.26 , saturation: 0.86 and the lightness value of d8fabc is 0.86.

The process color (four color CMYK) of #d8fabc color hex is 0.14, 0.00, 0.25, 0.02. Web safe color of #d8fabc is #ccffcc. Color #d8fabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111010 10111100
Octal 330 372 274
Decimal 216 250 188
Hex D8 FA BC

RGB Percentages of Color #d8fabc

%33.03
%38.23
%28.75

CMYK Percentages of Color #d8fabc

%14
%0
%25
%2

Triadic Colors of #d8fabc

#d8fabc #bcd8fa #fabcd8

Analogous Colors of #d8fabc

#d8fabc #bcfabf #f7fabc

Monochromatic Colors of #d8fabc

#d8fabc

Complementary Color

#d8fabc #debcfa

#d8fabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8fabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8fabc Color CSS Codes

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

#d8fabc Text Font Color

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

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


#d8fabc Background Color

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

This div background color is #d8fabc


#d8fabc Border Color

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

This div border color is #d8fabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8fabc


Comments

No comments written yet.

Please login to write comment.