Color Hex Logo

#dfffee Color Hex

#DFFFEE
(223,255,238)
0 Favorites   0 Comments

Color spaces of #dfffee

RGB 223255238
HSL0.411.000.94
HSV148°13°100°
CMYK 0.130.000.07   0.00
XYZ81.624093.381094.6112
Yxy93.38100.30270.3463
Hunter Lab96.6338-18.33519.5947
CIE-Lab97.3820-13.45714.6368

#dfffee color RGB value is (223,255,238).

#dfffee hex color red value is 223, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dfffee hue: 0.41 , saturation: 1.00 and the lightness value of dfffee is 0.94.

The process color (four color CMYK) of #dfffee color hex is 0.13, 0.00, 0.07, 0.00. Web safe color of #dfffee is #ccffff. Color #dfffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11101110
Octal 337 377 356
Decimal 223 255 238
Hex DF FF EE

RGB Percentages of Color #dfffee

%31.15
%35.61
%33.24

CMYK Percentages of Color #dfffee

%13
%0
%7
%0

Triadic Colors of #dfffee

#dfffee #eedfff #ffeedf

Analogous Colors of #dfffee

#dfffee #dffffe #e0ffdf

Monochromatic Colors of #dfffee

#dfffee

Complementary Color

#dfffee #ffdff0

#dfffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffee Color CSS Codes

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

#dfffee Text Font Color

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

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


#dfffee Background Color

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

This div background color is #dfffee


#dfffee Border Color

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

This div border color is #dfffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffee

Related Colors


Comments

No comments written yet.

Please login to write comment.