Color Hex Logo

#dfe080 Color Hex

#DFE080
(223,224,128)
0 Favorites   0 Comments

Color spaces of #dfe080

RGB 223224128
HSL0.170.610.69
HSV61°43°88°
CMYK 0.000.000.43   0.12
XYZ60.983470.557830.8269
Yxy70.55780.37560.4346
Hunter Lab83.9987-17.406037.0401
CIE-Lab87.2697-13.879546.7245

#dfe080 color RGB value is (223,224,128).

#dfe080 hex color red value is 223, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dfe080 hue: 0.17 , saturation: 0.61 and the lightness value of dfe080 is 0.69.

The process color (four color CMYK) of #dfe080 color hex is 0.00, 0.00, 0.43, 0.12. Web safe color of #dfe080 is #cccc99. Color #dfe080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 10000000
Octal 337 340 200
Decimal 223 224 128
Hex DF E0 80

RGB Percentages of Color #dfe080

%38.78
%38.96
%22.26

CMYK Percentages of Color #dfe080

%0
%0
%43
%12

Triadic Colors of #dfe080

#dfe080 #80dfe0 #e080df

Analogous Colors of #dfe080

#dfe080 #afe080 #e0b180

Monochromatic Colors of #dfe080

#dfe080

Complementary Color

#dfe080 #8180e0

#dfe080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe080 Color CSS Codes

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

#dfe080 Text Font Color

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

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


#dfe080 Background Color

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

This div background color is #dfe080


#dfe080 Border Color

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

This div border color is #dfe080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe080


Comments

No comments written yet.

Please login to write comment.