Color Hex Logo

#dffdbe Color Hex

#DFFDBE
(223,253,190)
0 Favorites   0 Comments

Color spaces of #dffdbe

RGB 223253190
HSL0.250.940.87
HSV89°25°99°
CMYK 0.120.000.25   0.01
XYZ74.851089.656262.0755
Yxy89.65620.33030.3957
Hunter Lab94.6870-24.596127.4111
CIE-Lab95.8540-20.397527.0139

#dffdbe color RGB value is (223,253,190).

#dffdbe hex color red value is 223, green value is 253 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dffdbe hue: 0.25 , saturation: 0.94 and the lightness value of dffdbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111101 10111110
Octal 337 375 276
Decimal 223 253 190
Hex DF FD BE

RGB Percentages of Color #dffdbe

%33.48
%37.99
%28.53

CMYK Percentages of Color #dffdbe

%12
%0
%25
%1

Triadic Colors of #dffdbe

#dffdbe #bedffd #fdbedf

Analogous Colors of #dffdbe

#dffdbe #c0fdbe #fdfcbe

Monochromatic Colors of #dffdbe

#dffdbe

Complementary Color

#dffdbe #dcbefd

#dffdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffdbe Color CSS Codes

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

#dffdbe Text Font Color

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

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


#dffdbe Background Color

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

This div background color is #dffdbe


#dffdbe Border Color

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

This div border color is #dffdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffdbe


Comments

No comments written yet.

Please login to write comment.