Color Hex Logo

#dff2eb Color Hex

#DFF2EB
(223,242,235)
0 Favorites   0 Comments

Color spaces of #dff2eb

RGB 223242235
HSL0.440.420.91
HSV158°95°
CMYK 0.080.000.03   0.05
XYZ77.179085.190490.9729
Yxy85.19040.30460.3363
Hunter Lab92.2986-12.26316.1707
CIE-Lab93.9651-7.51761.2240

#dff2eb color RGB value is (223,242,235).

#dff2eb hex color red value is 223, green value is 242 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dff2eb hue: 0.44 , saturation: 0.42 and the lightness value of dff2eb is 0.91.

The process color (four color CMYK) of #dff2eb color hex is 0.08, 0.00, 0.03, 0.05. Web safe color of #dff2eb is #ccffff. Color #dff2eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 11101011
Octal 337 362 353
Decimal 223 242 235
Hex DF F2 EB

RGB Percentages of Color #dff2eb

%31.86
%34.57
%33.57

CMYK Percentages of Color #dff2eb

%8
%0
%3
%5

Triadic Colors of #dff2eb

#dff2eb #ebdff2 #f2ebdf

Analogous Colors of #dff2eb

#dff2eb #dff0f2 #dff2e2

Monochromatic Colors of #dff2eb

#dff2eb

Complementary Color

#dff2eb #f2dfe6

#dff2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff2eb Color CSS Codes

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

#dff2eb Text Font Color

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

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


#dff2eb Background Color

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

This div background color is #dff2eb


#dff2eb Border Color

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

This div border color is #dff2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff2eb


Comments

No comments written yet.

Please login to write comment.