Color Hex Logo

#dfedbe Color Hex

#DFEDBE
(223,237,190)
0 Favorites   0 Comments

Color spaces of #dfedbe

RGB 223237190
HSL0.220.570.84
HSV78°20°93°
CMYK 0.060.000.20   0.07
XYZ70.009979.974160.4618
Yxy79.97410.33270.3800
Hunter Lab89.4282-16.758722.5142
CIE-Lab91.6732-12.554121.2554

#dfedbe color RGB value is (223,237,190).

#dfedbe hex color red value is 223, green value is 237 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfedbe hue: 0.22 , saturation: 0.57 and the lightness value of dfedbe is 0.84.

The process color (four color CMYK) of #dfedbe color hex is 0.06, 0.00, 0.20, 0.07. Web safe color of #dfedbe is #ccffcc. Color #dfedbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10111110
Octal 337 355 276
Decimal 223 237 190
Hex DF ED BE

RGB Percentages of Color #dfedbe

%34.31
%36.46
%29.23

CMYK Percentages of Color #dfedbe

%6
%0
%20
%7

Triadic Colors of #dfedbe

#dfedbe #bedfed #edbedf

Analogous Colors of #dfedbe

#dfedbe #c8edbe #ede4be

Monochromatic Colors of #dfedbe

#dfedbe

Complementary Color

#dfedbe #ccbeed

#dfedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedbe Color CSS Codes

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

#dfedbe Text Font Color

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

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


#dfedbe Background Color

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

This div background color is #dfedbe


#dfedbe Border Color

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

This div border color is #dfedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedbe

#dfedbe Color Palettes


Comments

No comments written yet.

Please login to write comment.