Color Hex Logo

#dffa8a Color Hex

#DFFA8A
(223,250,138)
0 Favorites   0 Comments

Color spaces of #dffa8a

RGB 223250138
HSL0.210.920.76
HSV74°45°98°
CMYK 0.110.000.45   0.02
XYZ69.204585.894236.9765
Yxy85.89420.36030.4472
Hunter Lab92.6791-28.900641.2203
CIE-Lab94.2671-25.472850.5800

#dffa8a color RGB value is (223,250,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111010 10001010
Octal 337 372 212
Decimal 223 250 138
Hex DF FA 8A

RGB Percentages of Color #dffa8a

%36.50
%40.92
%22.59

CMYK Percentages of Color #dffa8a

%11
%0
%45
%2

Triadic Colors of #dffa8a

#dffa8a #8adffa #fa8adf

Analogous Colors of #dffa8a

#dffa8a #a7fa8a #fadd8a

Monochromatic Colors of #dffa8a

#dffa8a

Complementary Color

#dffa8a #a58afa

#dffa8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffa8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffa8a Color CSS Codes

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

#dffa8a Text Font Color

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

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


#dffa8a Background Color

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

This div background color is #dffa8a


#dffa8a Border Color

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

This div border color is #dffa8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffa8a


Comments

No comments written yet.

Please login to write comment.