Color Hex Logo

#dff049 Color Hex

#DFF049
(223,240,73)
0 Favorites   0 Comments

Color spaces of #dff049

RGB 22324073
HSL0.180.850.61
HSV66°70°94°
CMYK 0.070.000.70   0.06
XYZ62.794178.489218.1437
Yxy78.48920.39390.4923
Hunter Lab88.5941-28.521849.8736
CIE-Lab91.0027-25.743274.4301

#dff049 color RGB value is (223,240,73).

#dff049 hex color red value is 223, green value is 240 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dff049 hue: 0.18 , saturation: 0.85 and the lightness value of dff049 is 0.61.

The process color (four color CMYK) of #dff049 color hex is 0.07, 0.00, 0.70, 0.06. Web safe color of #dff049 is #ccff33. Color #dff049 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 01001001
Octal 337 360 111
Decimal 223 240 73
Hex DF F0 49

RGB Percentages of Color #dff049

%41.60
%44.78
%13.62

CMYK Percentages of Color #dff049

%7
%0
%70
%6

Triadic Colors of #dff049

#dff049 #49dff0 #f049df

Analogous Colors of #dff049

#dff049 #8cf049 #f0ae49

Monochromatic Colors of #dff049

#dff049

Complementary Color

#dff049 #5a49f0

#dff049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff049 Color CSS Codes

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

#dff049 Text Font Color

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

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


#dff049 Background Color

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

This div background color is #dff049


#dff049 Border Color

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

This div border color is #dff049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff049


Comments

No comments written yet.

Please login to write comment.