Color Hex Logo

#dffed7 Color Hex

#DFFED7
(223,254,215)
0 Favorites   0 Comments

Color spaces of #dffed7

RGB 223254215
HSL0.300.950.92
HSV108°15°100°
CMYK 0.120.000.15   0.00
XYZ78.139091.477977.8286
Yxy91.47790.31580.3697
Hunter Lab95.6441-21.546818.7047
CIE-Lab96.6065-16.976815.3262

#dffed7 color RGB value is (223,254,215).

#dffed7 hex color red value is 223, green value is 254 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dffed7 hue: 0.30 , saturation: 0.95 and the lightness value of dffed7 is 0.92.

The process color (four color CMYK) of #dffed7 color hex is 0.12, 0.00, 0.15, 0.00. Web safe color of #dffed7 is #ccffcc. Color #dffed7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11010111
Octal 337 376 327
Decimal 223 254 215
Hex DF FE D7

RGB Percentages of Color #dffed7

%32.23
%36.71
%31.07

CMYK Percentages of Color #dffed7

%12
%0
%15
%0

Triadic Colors of #dffed7

#dffed7 #d7dffe #fed7df

Analogous Colors of #dffed7

#dffed7 #d7fee3 #f3fed7

Monochromatic Colors of #dffed7

#dffed7

Complementary Color

#dffed7 #f6d7fe

#dffed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffed7 Color CSS Codes

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

#dffed7 Text Font Color

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

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


#dffed7 Background Color

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

This div background color is #dffed7


#dffed7 Border Color

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

This div border color is #dffed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffed7


Comments

No comments written yet.

Please login to write comment.