Color Hex Logo

#d8feac Color Hex

#D8FEAC
(216,254,172)
0 Favorites   0 Comments

Color spaces of #d8feac

RGB 216254172
HSL0.240.980.84
HSV88°32°100°
CMYK 0.150.000.32   0.00
XYZ71.207188.461152.3514
Yxy88.46110.33590.4172
Hunter Lab94.0538-29.453632.8361
CIE-Lab95.3548-25.863335.3089

#d8feac color RGB value is (216,254,172).

#d8feac hex color red value is 216, green value is 254 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d8feac hue: 0.24 , saturation: 0.98 and the lightness value of d8feac is 0.84.

The process color (four color CMYK) of #d8feac color hex is 0.15, 0.00, 0.32, 0.00. Web safe color of #d8feac is #ccff99. Color #d8feac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111110 10101100
Octal 330 376 254
Decimal 216 254 172
Hex D8 FE AC

RGB Percentages of Color #d8feac

%33.64
%39.56
%26.79

CMYK Percentages of Color #d8feac

%15
%0
%32
%0

Triadic Colors of #d8feac

#d8feac #acd8fe #feacd8

Analogous Colors of #d8feac

#d8feac #affeac #fefbac

Monochromatic Colors of #d8feac

#d8feac

Complementary Color

#d8feac #d2acfe

#d8feac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8feac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8feac Color CSS Codes

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

#d8feac Text Font Color

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

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


#d8feac Background Color

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

This div background color is #d8feac


#d8feac Border Color

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

This div border color is #d8feac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8feac

Related Colors


Comments

No comments written yet.

Please login to write comment.