Color Hex Logo

#dffa71 Color Hex

#DFFA71
(223,250,113)
0 Favorites   0 Comments

Color spaces of #dffa71

RGB 223250113
HSL0.200.930.71
HSV72°55°98°
CMYK 0.110.000.55   0.02
XYZ67.597785.251428.5152
Yxy85.25140.37270.4701
Hunter Lab92.3317-30.897446.3214
CIE-Lab93.9913-27.792861.6818

#dffa71 color RGB value is (223,250,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 01110001
Octal 337 372 161
Decimal 223 250 113
Hex DF FA 71

RGB Percentages of Color #dffa71

%38.05
%42.66
%19.28

CMYK Percentages of Color #dffa71

%11
%0
%55
%2

Triadic Colors of #dffa71

#dffa71 #71dffa #fa71df

Analogous Colors of #dffa71

#dffa71 #9bfa71 #fad171

Monochromatic Colors of #dffa71

#dffa71

Complementary Color

#dffa71 #8c71fa

#dffa71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa71 Color CSS Codes

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

#dffa71 Text Font Color

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

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


#dffa71 Background Color

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

This div background color is #dffa71


#dffa71 Border Color

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

This div border color is #dffa71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa71


Comments

No comments written yet.

Please login to write comment.