Color Hex Logo

#dffe80 Color Hex

#DFFE80
(223,254,128)
0 Favorites   0 Comments

Color spaces of #dffe80

RGB 223254128
HSL0.210.980.75
HSV75°50°100°
CMYK 0.120.000.50   0.00
XYZ69.769588.130133.7556
Yxy88.13010.36400.4598
Hunter Lab93.8776-31.625344.3954
CIE-Lab95.2157-28.340756.3907

#dffe80 color RGB value is (223,254,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10000000
Octal 337 376 200
Decimal 223 254 128
Hex DF FE 80

RGB Percentages of Color #dffe80

%36.86
%41.98
%21.16

CMYK Percentages of Color #dffe80

%12
%0
%50
%0

Triadic Colors of #dffe80

#dffe80 #80dffe #fe80df

Analogous Colors of #dffe80

#dffe80 #a0fe80 #fede80

Monochromatic Colors of #dffe80

#dffe80

Complementary Color

#dffe80 #9f80fe

#dffe80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe80 Color CSS Codes

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

#dffe80 Text Font Color

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

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


#dffe80 Background Color

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

This div background color is #dffe80


#dffe80 Border Color

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

This div border color is #dffe80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe80


Comments

No comments written yet.

Please login to write comment.