Color Hex Logo

#dfeee1 Color Hex

#DFEEE1
(223,238,225)
0 Favorites   0 Comments

Color spaces of #dfeee1

RGB 223238225
HSL0.360.310.90
HSV128°93°
CMYK 0.060.000.05   0.07
XYZ74.596682.273383.1828
Yxy82.27330.31080.3427
Hunter Lab90.7046-11.93259.1200
CIE-Lab92.6953-7.30644.5728

#dfeee1 color RGB value is (223,238,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11100001
Octal 337 356 341
Decimal 223 238 225
Hex DF EE E1

RGB Percentages of Color #dfeee1

%32.51
%34.69
%32.80

CMYK Percentages of Color #dfeee1

%6
%0
%5
%7

Triadic Colors of #dfeee1

#dfeee1 #e1dfee #eee1df

Analogous Colors of #dfeee1

#dfeee1 #dfeee9 #e5eedf

Monochromatic Colors of #dfeee1

#dfeee1

Complementary Color

#dfeee1 #eedfec

#dfeee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeee1 Color CSS Codes

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

#dfeee1 Text Font Color

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

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


#dfeee1 Background Color

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

This div background color is #dfeee1


#dfeee1 Border Color

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

This div border color is #dfeee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeee1


Comments

No comments written yet.

Please login to write comment.