Color Hex Logo

#dff949 Color Hex

#DFF949
(223,249,73)
0 Favorites   0 Comments

Color spaces of #dff949

RGB 22324973
HSL0.190.940.63
HSV69°71°98°
CMYK 0.100.000.71   0.02
XYZ65.509783.920419.0489
Yxy83.92040.38880.4981
Hunter Lab91.6081-32.667351.7969
CIE-Lab93.4159-29.955976.7902

#dff949 color RGB value is (223,249,73).

#dff949 hex color red value is 223, green value is 249 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dff949 hue: 0.19 , saturation: 0.94 and the lightness value of dff949 is 0.63.

The process color (four color CMYK) of #dff949 color hex is 0.10, 0.00, 0.71, 0.02. Web safe color of #dff949 is #ccff33. Color #dff949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111001 01001001
Octal 337 371 111
Decimal 223 249 73
Hex DF F9 49

RGB Percentages of Color #dff949

%40.92
%45.69
%13.39

CMYK Percentages of Color #dff949

%10
%0
%71
%2

Triadic Colors of #dff949

#dff949 #49dff9 #f949df

Analogous Colors of #dff949

#dff949 #87f949 #f9bb49

Monochromatic Colors of #dff949

#dff949

Complementary Color

#dff949 #6349f9

#dff949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff949 Color CSS Codes

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

#dff949 Text Font Color

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

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


#dff949 Background Color

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

This div background color is #dff949


#dff949 Border Color

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

This div border color is #dff949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff949


Comments

No comments written yet.

Please login to write comment.