Color Hex Logo

#dffeac Color Hex

#DFFEAC
(223,254,172)
0 Favorites   0 Comments

Color spaces of #dffeac

RGB 223254172
HSL0.230.980.84
HSV83°32°100°
CMYK 0.120.000.32   0.00
XYZ73.319689.550252.4503
Yxy89.55020.34050.4159
Hunter Lab94.6310-27.303333.3795
CIE-Lab95.8099-23.378035.9949

#dffeac color RGB value is (223,254,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10101100
Octal 337 376 254
Decimal 223 254 172
Hex DF FE AC

RGB Percentages of Color #dffeac

%34.36
%39.14
%26.50

CMYK Percentages of Color #dffeac

%12
%0
%32
%0

Triadic Colors of #dffeac

#dffeac #acdffe #feacdf

Analogous Colors of #dffeac

#dffeac #b6feac #fef4ac

Monochromatic Colors of #dffeac

#dffeac

Complementary Color

#dffeac #cbacfe

#dffeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffeac Color CSS Codes

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

#dffeac Text Font Color

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

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


#dffeac Background Color

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

This div background color is #dffeac


#dffeac Border Color

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

This div border color is #dffeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffeac

Related Colors


Comments

No comments written yet.

Please login to write comment.