Color Hex Logo

#dffde8 Color Hex

#DFFDE8
(223,253,232)
0 Favorites   0 Comments

Color spaces of #dffde8

RGB 223253232
HSL0.380.880.93
HSV138°12°99°
CMYK 0.120.000.08   0.01
XYZ80.122291.764789.8334
Yxy91.76470.30610.3506
Hunter Lab95.7939-18.341611.4549
CIE-Lab96.7240-13.55396.7706

#dffde8 color RGB value is (223,253,232).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 11101000
Octal 337 375 350
Decimal 223 253 232
Hex DF FD E8

RGB Percentages of Color #dffde8

%31.50
%35.73
%32.77

CMYK Percentages of Color #dffde8

%12
%0
%8
%1

Triadic Colors of #dffde8

#dffde8 #e8dffd #fde8df

Analogous Colors of #dffde8

#dffde8 #dffdf7 #e5fddf

Monochromatic Colors of #dffde8

#dffde8

Complementary Color

#dffde8 #fddff4

#dffde8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffde8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffde8 Color CSS Codes

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

#dffde8 Text Font Color

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

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


#dffde8 Background Color

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

This div background color is #dffde8


#dffde8 Border Color

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

This div border color is #dffde8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffde8

Related Colors


Comments

No comments written yet.

Please login to write comment.