Color Hex Logo

#dfeede Color Hex

#DFEEDE
(223,238,222)
0 Favorites   0 Comments

Color spaces of #dfeede

RGB 223238222
HSL0.320.320.90
HSV116°93°
CMYK 0.060.000.07   0.07
XYZ74.190882.111081.0460
Yxy82.11100.31260.3460
Hunter Lab90.6151-12.430210.4017
CIE-Lab92.6238-7.83596.0286

#dfeede color RGB value is (223,238,222).

#dfeede hex color red value is 223, green value is 238 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfeede hue: 0.32 , saturation: 0.32 and the lightness value of dfeede is 0.90.

The process color (four color CMYK) of #dfeede color hex is 0.06, 0.00, 0.07, 0.07. Web safe color of #dfeede is #ccffcc. Color #dfeede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11011110
Octal 337 356 336
Decimal 223 238 222
Hex DF EE DE

RGB Percentages of Color #dfeede

%32.65
%34.85
%32.50

CMYK Percentages of Color #dfeede

%6
%0
%7
%7

Triadic Colors of #dfeede

#dfeede #dedfee #eededf

Analogous Colors of #dfeede

#dfeede #deeee5 #e7eede

Monochromatic Colors of #dfeede

#dfeede

Complementary Color

#dfeede #eddeee

#dfeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeede Color CSS Codes

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

#dfeede Text Font Color

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

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


#dfeede Background Color

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

This div background color is #dfeede


#dfeede Border Color

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

This div border color is #dfeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeede


Comments

No comments written yet.

Please login to write comment.