Color Hex Logo

#dffee7 Color Hex

#DFFEE7
(223,254,231)
0 Favorites   0 Comments

Color spaces of #dffee7

RGB 223254231
HSL0.380.940.94
HSV135°12°100°
CMYK 0.120.000.09   0.00
XYZ80.297092.341189.1928
Yxy92.34110.30670.3527
Hunter Lab96.0943-19.009212.2342
CIE-Lab96.9596-14.22587.6236

#dffee7 color RGB value is (223,254,231).

#dffee7 hex color red value is 223, green value is 254 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #dffee7 hue: 0.38 , saturation: 0.94 and the lightness value of dffee7 is 0.94.

The process color (four color CMYK) of #dffee7 color hex is 0.12, 0.00, 0.09, 0.00. Web safe color of #dffee7 is #ccffff. Color #dffee7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11100111
Octal 337 376 347
Decimal 223 254 231
Hex DF FE E7

RGB Percentages of Color #dffee7

%31.50
%35.88
%32.63

CMYK Percentages of Color #dffee7

%12
%0
%9
%0

Triadic Colors of #dffee7

#dffee7 #e7dffe #fee7df

Analogous Colors of #dffee7

#dffee7 #dffef7 #e7fedf

Monochromatic Colors of #dffee7

#dffee7

Complementary Color

#dffee7 #fedff6

#dffee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee7 Color CSS Codes

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

#dffee7 Text Font Color

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

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


#dffee7 Background Color

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

This div background color is #dffee7


#dffee7 Border Color

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

This div border color is #dffee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee7

Related Colors


Comments

No comments written yet.

Please login to write comment.