Color Hex Logo

#dffa9d Color Hex

#DFFA9D
(223,250,157)
0 Favorites   0 Comments

Color spaces of #dffa9d

RGB 223250157
HSL0.220.900.80
HSV77°37°98°
CMYK 0.110.000.37   0.02
XYZ70.702886.493544.8668
Yxy86.49350.34990.4281
Hunter Lab93.0019-27.052336.4981
CIE-Lab94.5230-23.352541.7287

#dffa9d color RGB value is (223,250,157).

#dffa9d hex color red value is 223, green value is 250 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dffa9d hue: 0.22 , saturation: 0.90 and the lightness value of dffa9d is 0.80.

The process color (four color CMYK) of #dffa9d color hex is 0.11, 0.00, 0.37, 0.02. Web safe color of #dffa9d is #ccff99. Color #dffa9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10011101
Octal 337 372 235
Decimal 223 250 157
Hex DF FA 9D

RGB Percentages of Color #dffa9d

%35.40
%39.68
%24.92

CMYK Percentages of Color #dffa9d

%11
%0
%37
%2

Triadic Colors of #dffa9d

#dffa9d #9ddffa #fa9ddf

Analogous Colors of #dffa9d

#dffa9d #b1fa9d #fae79d

Monochromatic Colors of #dffa9d

#dffa9d

Complementary Color

#dffa9d #b89dfa

#dffa9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa9d Color CSS Codes

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

#dffa9d Text Font Color

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

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


#dffa9d Background Color

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

This div background color is #dffa9d


#dffa9d Border Color

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

This div border color is #dffa9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa9d

Related Colors


Comments

No comments written yet.

Please login to write comment.