Color Hex Logo

#dff5ea Color Hex

#DFF5EA
(223,245,234)
0 Favorites   0 Comments

Color spaces of #dff5ea

RGB 223245234
HSL0.420.520.92
HSV150°96°
CMYK 0.090.000.04   0.04
XYZ77.935186.933390.5141
Yxy86.93330.30520.3404
Hunter Lab93.2380-13.96337.7088
CIE-Lab94.7100-9.20992.8255

#dff5ea color RGB value is (223,245,234).

#dff5ea hex color red value is 223, green value is 245 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dff5ea hue: 0.42 , saturation: 0.52 and the lightness value of dff5ea is 0.92.

The process color (four color CMYK) of #dff5ea color hex is 0.09, 0.00, 0.04, 0.04. Web safe color of #dff5ea is #ccffff. Color #dff5ea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110101 11101010
Octal 337 365 352
Decimal 223 245 234
Hex DF F5 EA

RGB Percentages of Color #dff5ea

%31.77
%34.90
%33.33

CMYK Percentages of Color #dff5ea

%9
%0
%4
%4

Triadic Colors of #dff5ea

#dff5ea #eadff5 #f5eadf

Analogous Colors of #dff5ea

#dff5ea #dff5f5 #dff5df

Monochromatic Colors of #dff5ea

#dff5ea

Complementary Color

#dff5ea #f5dfea

#dff5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff5ea Color CSS Codes

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

#dff5ea Text Font Color

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

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


#dff5ea Background Color

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

This div background color is #dff5ea


#dff5ea Border Color

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

This div border color is #dff5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff5ea


Comments

No comments written yet.

Please login to write comment.