Color Hex Logo

#dffee8 Color Hex

#DFFEE8
(223,254,232)
0 Favorites   0 Comments

Color spaces of #dffee8

RGB 223254232
HSL0.380.940.94
HSV137°12°100°
CMYK 0.120.000.09   0.00
XYZ80.438792.397889.9389
Yxy92.39780.30610.3516
Hunter Lab96.1238-18.843511.8115
CIE-Lab96.9827-14.04767.1431

#dffee8 color RGB value is (223,254,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11101000
Octal 337 376 350
Decimal 223 254 232
Hex DF FE E8

RGB Percentages of Color #dffee8

%31.45
%35.83
%32.72

CMYK Percentages of Color #dffee8

%12
%0
%9
%0

Triadic Colors of #dffee8

#dffee8 #e8dffe #fee8df

Analogous Colors of #dffee8

#dffee8 #dffef8 #e6fedf

Monochromatic Colors of #dffee8

#dffee8

Complementary Color

#dffee8 #fedff5

#dffee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee8 Color CSS Codes

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

#dffee8 Text Font Color

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

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


#dffee8 Background Color

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

This div background color is #dffee8


#dffee8 Border Color

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

This div border color is #dffee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee8

Related Colors


Comments

No comments written yet.

Please login to write comment.