Color Hex Logo

#dff080 Color Hex

#DFF080
(223,240,128)
0 Favorites   0 Comments

Color spaces of #dff080

RGB 223240128
HSL0.190.790.72
HSV69°47°94°
CMYK 0.070.000.47   0.06
XYZ65.487879.566732.3284
Yxy79.56670.36920.4486
Hunter Lab89.2002-25.051540.9519
CIE-Lab91.4901-21.704251.9025

#dff080 color RGB value is (223,240,128).

#dff080 hex color red value is 223, green value is 240 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dff080 hue: 0.19 , saturation: 0.79 and the lightness value of dff080 is 0.72.

The process color (four color CMYK) of #dff080 color hex is 0.07, 0.00, 0.47, 0.06. Web safe color of #dff080 is #ccff99. Color #dff080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 10000000
Octal 337 360 200
Decimal 223 240 128
Hex DF F0 80

RGB Percentages of Color #dff080

%37.73
%40.61
%21.66

CMYK Percentages of Color #dff080

%7
%0
%47
%6

Triadic Colors of #dff080

#dff080 #80dff0 #f080df

Analogous Colors of #dff080

#dff080 #a7f080 #f0c980

Monochromatic Colors of #dff080

#dff080

Complementary Color

#dff080 #9180f0

#dff080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff080 Color CSS Codes

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

#dff080 Text Font Color

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

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


#dff080 Background Color

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

This div background color is #dff080


#dff080 Border Color

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

This div border color is #dff080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff080


Comments

No comments written yet.

Please login to write comment.