Color Hex Logo

#dffe9d Color Hex

#DFFE9D
(223,254,157)
0 Favorites   0 Comments

Color spaces of #dffe9d

RGB 223254157
HSL0.220.980.81
HSV79°38°100°
CMYK 0.120.000.38   0.00
XYZ71.959089.005945.2855
Yxy89.00590.34890.4315
Hunter Lab94.3429-28.951337.5803
CIE-Lab95.5829-25.253843.0946

#dffe9d color RGB value is (223,254,157).

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

The process color (four color CMYK) of #dffe9d color hex is 0.12, 0.00, 0.38, 0.00. Web safe color of #dffe9d is #ccff99. Color #dffe9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10011101
Octal 337 376 235
Decimal 223 254 157
Hex DF FE 9D

RGB Percentages of Color #dffe9d

%35.17
%40.06
%24.76

CMYK Percentages of Color #dffe9d

%12
%0
%38
%0

Triadic Colors of #dffe9d

#dffe9d #9ddffe #fe9ddf

Analogous Colors of #dffe9d

#dffe9d #affe9d #feed9d

Monochromatic Colors of #dffe9d

#dffe9d

Complementary Color

#dffe9d #bc9dfe

#dffe9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe9d Color CSS Codes

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

#dffe9d Text Font Color

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

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


#dffe9d Background Color

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

This div background color is #dffe9d


#dffe9d Border Color

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

This div border color is #dffe9d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,254,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 #dffe9d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe9d


Comments

No comments written yet.

Please login to write comment.