Color Hex Logo

#dffe8f Color Hex

#DFFE8F
(223,254,143)
0 Favorites   0 Comments

Color spaces of #dffe8f

RGB 223254143
HSL0.210.980.78
HSV77°44°100°
CMYK 0.120.000.44   0.00
XYZ70.831288.554839.3462
Yxy88.55480.35640.4456
Hunter Lab94.1036-30.325341.0824
CIE-Lab95.3941-26.833249.6038

#dffe8f color RGB value is (223,254,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10001111
Octal 337 376 217
Decimal 223 254 143
Hex DF FE 8F

RGB Percentages of Color #dffe8f

%35.97
%40.97
%23.06

CMYK Percentages of Color #dffe8f

%12
%0
%44
%0

Triadic Colors of #dffe8f

#dffe8f #8fdffe #fe8fdf

Analogous Colors of #dffe8f

#dffe8f #a8fe8f #fee68f

Monochromatic Colors of #dffe8f

#dffe8f

Complementary Color

#dffe8f #ae8ffe

#dffe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe8f Color CSS Codes

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

#dffe8f Text Font Color

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

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


#dffe8f Background Color

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

This div background color is #dffe8f


#dffe8f Border Color

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

This div border color is #dffe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe8f


Comments

No comments written yet.

Please login to write comment.