Color Hex Logo

#dffee9 Color Hex

#DFFEE9
(223,254,233)
0 Favorites   0 Comments

Color spaces of #dffee9

RGB 223254233
HSL0.390.940.94
HSV139°12°100°
CMYK 0.120.000.08   0.00
XYZ80.581292.454890.6893
Yxy92.45480.30550.3506
Hunter Lab96.1534-18.676911.3867
CIE-Lab97.0059-13.86866.6627

#dffee9 color RGB value is (223,254,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11101001
Octal 337 376 351
Decimal 223 254 233
Hex DF FE E9

RGB Percentages of Color #dffee9

%31.41
%35.77
%32.82

CMYK Percentages of Color #dffee9

%12
%0
%8
%0

Triadic Colors of #dffee9

#dffee9 #e9dffe #fee9df

Analogous Colors of #dffee9

#dffee9 #dffef9 #e5fedf

Monochromatic Colors of #dffee9

#dffee9

Complementary Color

#dffee9 #fedff4

#dffee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffee9 Color CSS Codes

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

#dffee9 Text Font Color

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

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


#dffee9 Background Color

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

This div background color is #dffee9


#dffee9 Border Color

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

This div border color is #dffee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffee9


Comments

No comments written yet.

Please login to write comment.