Color Hex Logo

#dffeee Color Hex

#DFFEEE
(223,254,238)
0 Favorites   0 Comments

Color spaces of #dffeee

RGB 223254238
HSL0.410.940.94
HSV149°12°100°
CMYK 0.120.000.06   0.00
XYZ81.305992.744694.5052
Yxy92.74460.30280.3453
Hunter Lab96.3040-17.83119.2302
CIE-Lab97.1239-12.96264.2630

#dffeee color RGB value is (223,254,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11101110
Octal 337 376 356
Decimal 223 254 238
Hex DF FE EE

RGB Percentages of Color #dffeee

%31.19
%35.52
%33.29

CMYK Percentages of Color #dffeee

%12
%0
%6
%0

Triadic Colors of #dffeee

#dffeee #eedffe #feeedf

Analogous Colors of #dffeee

#dffeee #dffefe #e0fedf

Monochromatic Colors of #dffeee

#dffeee

Complementary Color

#dffeee #fedfef

#dffeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffeee Color CSS Codes

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

#dffeee Text Font Color

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

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


#dffeee Background Color

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

This div background color is #dffeee


#dffeee Border Color

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

This div border color is #dffeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffeee


Comments

No comments written yet.

Please login to write comment.