Color Hex Logo

#dffa7e Color Hex

#DFFA7E
(223,250,126)
0 Favorites   0 Comments

Color spaces of #dffa7e

RGB 223250126
HSL0.200.930.74
HSV73°50°98°
CMYK 0.110.000.50   0.02
XYZ68.382985.565532.6503
Yxy85.56550.36650.4586
Hunter Lab92.5016-29.919643.8235
CIE-Lab94.1263-26.652956.0062

#dffa7e color RGB value is (223,250,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01111110
Octal 337 372 176
Decimal 223 250 126
Hex DF FA 7E

RGB Percentages of Color #dffa7e

%37.23
%41.74
%21.04

CMYK Percentages of Color #dffa7e

%11
%0
%50
%2

Triadic Colors of #dffa7e

#dffa7e #7edffa #fa7edf

Analogous Colors of #dffa7e

#dffa7e #a1fa7e #fad77e

Monochromatic Colors of #dffa7e

#dffa7e

Complementary Color

#dffa7e #997efa

#dffa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa7e Color CSS Codes

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

#dffa7e Text Font Color

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

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


#dffa7e Background Color

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

This div background color is #dffa7e


#dffa7e Border Color

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

This div border color is #dffa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa7e


Comments

No comments written yet.

Please login to write comment.