Color Hex Logo

#dffa8c Color Hex

#DFFA8C
(223,250,140)
0 Favorites   0 Comments

Color spaces of #dffa8c

RGB 223250140
HSL0.210.920.76
HSV75°44°98°
CMYK 0.110.000.44   0.02
XYZ69.350785.952637.7463
Yxy85.95260.35920.4452
Hunter Lab92.7106-28.719540.7580
CIE-Lab94.2921-25.263949.6614

#dffa8c color RGB value is (223,250,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10001100
Octal 337 372 214
Decimal 223 250 140
Hex DF FA 8C

RGB Percentages of Color #dffa8c

%36.38
%40.78
%22.84

CMYK Percentages of Color #dffa8c

%11
%0
%44
%2

Triadic Colors of #dffa8c

#dffa8c #8cdffa #fa8cdf

Analogous Colors of #dffa8c

#dffa8c #a8fa8c #fade8c

Monochromatic Colors of #dffa8c

#dffa8c

Complementary Color

#dffa8c #a78cfa

#dffa8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa8c Color CSS Codes

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

#dffa8c Text Font Color

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

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


#dffa8c Background Color

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

This div background color is #dffa8c


#dffa8c Border Color

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

This div border color is #dffa8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa8c


Comments

No comments written yet.

Please login to write comment.