Color Hex Logo

#dffa8f Color Hex

#DFFA8F
(223,250,143)
0 Favorites   0 Comments

Color spaces of #dffa8f

RGB 223250143
HSL0.210.910.77
HSV75°43°98°
CMYK 0.110.000.43   0.02
XYZ69.575086.042438.9274
Yxy86.04240.35760.4423
Hunter Lab92.7590-28.442340.0496
CIE-Lab94.3305-24.944748.2772

#dffa8f color RGB value is (223,250,143).

#dffa8f hex color red value is 223, green value is 250 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dffa8f hue: 0.21 , saturation: 0.91 and the lightness value of dffa8f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10001111
Octal 337 372 217
Decimal 223 250 143
Hex DF FA 8F

RGB Percentages of Color #dffa8f

%36.20
%40.58
%23.21

CMYK Percentages of Color #dffa8f

%11
%0
%43
%2

Triadic Colors of #dffa8f

#dffa8f #8fdffa #fa8fdf

Analogous Colors of #dffa8f

#dffa8f #aafa8f #fae08f

Monochromatic Colors of #dffa8f

#dffa8f

Complementary Color

#dffa8f #aa8ffa

#dffa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa8f Color CSS Codes

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

#dffa8f Text Font Color

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

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


#dffa8f Background Color

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

This div background color is #dffa8f


#dffa8f Border Color

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

This div border color is #dffa8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa8f


Comments

No comments written yet.

Please login to write comment.