Color Hex Logo

#dff060 Color Hex

#DFF060
(223,240,96)
0 Favorites   0 Comments

Color spaces of #dff060

RGB 22324096
HSL0.190.830.66
HSV67°60°94°
CMYK 0.070.000.60   0.06
XYZ63.702878.852722.9289
Yxy78.85270.38490.4765
Hunter Lab88.7990-27.345746.8500
CIE-Lab91.1676-24.363565.7834

#dff060 color RGB value is (223,240,96).

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

The process color (four color CMYK) of #dff060 color hex is 0.07, 0.00, 0.60, 0.06. Web safe color of #dff060 is #ccff66. Color #dff060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 01100000
Octal 337 360 140
Decimal 223 240 96
Hex DF F0 60

RGB Percentages of Color #dff060

%39.89
%42.93
%17.17

CMYK Percentages of Color #dff060

%7
%0
%60
%6

Triadic Colors of #dff060

#dff060 #60dff0 #f060df

Analogous Colors of #dff060

#dff060 #97f060 #f0b960

Monochromatic Colors of #dff060

#dff060

Complementary Color

#dff060 #7160f0

#dff060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff060 Color CSS Codes

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

#dff060 Text Font Color

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

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


#dff060 Background Color

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

This div background color is #dff060


#dff060 Border Color

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

This div border color is #dff060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff060


Comments

No comments written yet.

Please login to write comment.