Color Hex Logo

#dfffe0 Color Hex

#DFFFE0
(223,255,224)
0 Favorites   0 Comments

Color spaces of #dfffe0

RGB 223255224
HSL0.341.000.94
HSV122°13°100°
CMYK 0.130.000.12   0.00
XYZ79.646092.589884.1948
Yxy92.58980.31060.3611
Hunter Lab96.2236-20.643615.4783
CIE-Lab97.0609-15.943411.3611

#dfffe0 color RGB value is (223,255,224).

#dfffe0 hex color red value is 223, green value is 255 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dfffe0 hue: 0.34 , saturation: 1.00 and the lightness value of dfffe0 is 0.94.

The process color (four color CMYK) of #dfffe0 color hex is 0.13, 0.00, 0.12, 0.00. Web safe color of #dfffe0 is #ccffcc. Color #dfffe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111111 11100000
Octal 337 377 340
Decimal 223 255 224
Hex DF FF E0

RGB Percentages of Color #dfffe0

%31.77
%36.32
%31.91

CMYK Percentages of Color #dfffe0

%13
%0
%12
%0

Triadic Colors of #dfffe0

#dfffe0 #e0dfff #ffe0df

Analogous Colors of #dfffe0

#dfffe0 #dffff0 #eeffdf

Monochromatic Colors of #dfffe0

#dfffe0

Complementary Color

#dfffe0 #ffdffe

#dfffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfffe0 Color CSS Codes

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

#dfffe0 Text Font Color

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

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


#dfffe0 Background Color

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

This div background color is #dfffe0


#dfffe0 Border Color

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

This div border color is #dfffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfffe0

Related Colors


Comments

No comments written yet.

Please login to write comment.