Color Hex Logo

#dffa8d Color Hex

#DFFA8D
(223,250,141)
0 Favorites   0 Comments

Color spaces of #dffa8d

RGB 223250141
HSL0.210.920.77
HSV75°44°98°
CMYK 0.110.000.44   0.02
XYZ69.424885.982338.1365
Yxy85.98230.35870.4443
Hunter Lab92.7266-28.628040.5239
CIE-Lab94.3048-25.158449.2009

#dffa8d color RGB value is (223,250,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10001101
Octal 337 372 215
Decimal 223 250 141
Hex DF FA 8D

RGB Percentages of Color #dffa8d

%36.32
%40.72
%22.96

CMYK Percentages of Color #dffa8d

%11
%0
%44
%2

Triadic Colors of #dffa8d

#dffa8d #8ddffa #fa8ddf

Analogous Colors of #dffa8d

#dffa8d #a9fa8d #fadf8d

Monochromatic Colors of #dffa8d

#dffa8d

Complementary Color

#dffa8d #a88dfa

#dffa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa8d Color CSS Codes

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

#dffa8d Text Font Color

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

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


#dffa8d Background Color

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

This div background color is #dffa8d


#dffa8d Border Color

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

This div border color is #dffa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa8d


Comments

No comments written yet.

Please login to write comment.