Color Hex Logo

#dffa25 Color Hex

#DFFA25
(223,250,37)
0 Favorites   0 Comments

Color spaces of #dffa25

RGB 22325037
HSL0.190.960.56
HSV68°85°98°
CMYK 0.110.000.85   0.02
XYZ64.951084.192814.5778
Yxy84.19280.39670.5142
Hunter Lab91.7566-34.220854.8100
CIE-Lab93.5342-31.724886.5367

#dffa25 color RGB value is (223,250,37).

#dffa25 hex color red value is 223, green value is 250 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dffa25 hue: 0.19 , saturation: 0.96 and the lightness value of dffa25 is 0.56.

The process color (four color CMYK) of #dffa25 color hex is 0.11, 0.00, 0.85, 0.02. Web safe color of #dffa25 is #ccff33. Color #dffa25 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 00100101
Octal 337 372 45
Decimal 223 250 37
Hex DF FA 25

RGB Percentages of Color #dffa25

%43.73
%49.02
%7.25

CMYK Percentages of Color #dffa25

%11
%0
%85
%2

Triadic Colors of #dffa25

#dffa25 #25dffa #fa25df

Analogous Colors of #dffa25

#dffa25 #75fa25 #faab25

Monochromatic Colors of #dffa25

#dffa25

Complementary Color

#dffa25 #4025fa

#dffa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa25 Color CSS Codes

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

#dffa25 Text Font Color

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

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


#dffa25 Background Color

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

This div background color is #dffa25


#dffa25 Border Color

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

This div border color is #dffa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa25


Comments

No comments written yet.

Please login to write comment.