Color Hex Logo

#dffa5e Color Hex

#DFFA5E
(223,250,94)
0 Favorites   0 Comments

Color spaces of #dffa5e

RGB 22325094
HSL0.200.940.67
HSV70°62°98°
CMYK 0.110.000.62   0.02
XYZ66.637484.867323.4585
Yxy84.86730.38090.4851
Hunter Lab92.1234-32.098349.3887
CIE-Lab93.8259-29.203269.4575

#dffa5e color RGB value is (223,250,94).

#dffa5e hex color red value is 223, green value is 250 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dffa5e hue: 0.20 , saturation: 0.94 and the lightness value of dffa5e is 0.67.

The process color (four color CMYK) of #dffa5e color hex is 0.11, 0.00, 0.62, 0.02. Web safe color of #dffa5e is #ccff66. Color #dffa5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01011110
Octal 337 372 136
Decimal 223 250 94
Hex DF FA 5E

RGB Percentages of Color #dffa5e

%39.33
%44.09
%16.58

CMYK Percentages of Color #dffa5e

%11
%0
%62
%2

Triadic Colors of #dffa5e

#dffa5e #5edffa #fa5edf

Analogous Colors of #dffa5e

#dffa5e #91fa5e #fac75e

Monochromatic Colors of #dffa5e

#dffa5e

Complementary Color

#dffa5e #795efa

#dffa5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa5e Color CSS Codes

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

#dffa5e Text Font Color

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

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


#dffa5e Background Color

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

This div background color is #dffa5e


#dffa5e Border Color

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

This div border color is #dffa5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa5e


Comments

No comments written yet.

Please login to write comment.