Color Hex Logo

#dfebac Color Hex

#DFEBAC
(223,235,172)
0 Favorites   0 Comments

Color spaces of #dfebac

RGB 223235172
HSL0.200.610.80
HSV71°27°92°
CMYK 0.050.000.27   0.08
XYZ67.586278.083250.5391
Yxy78.08320.34450.3980
Hunter Lab88.3647-18.111627.9451
CIE-Lab90.8179-14.139329.3159

#dfebac color RGB value is (223,235,172).

#dfebac hex color red value is 223, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfebac hue: 0.20 , saturation: 0.61 and the lightness value of dfebac is 0.80.

The process color (four color CMYK) of #dfebac color hex is 0.05, 0.00, 0.27, 0.08. Web safe color of #dfebac is #ccff99. Color #dfebac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 10101100
Octal 337 353 254
Decimal 223 235 172
Hex DF EB AC

RGB Percentages of Color #dfebac

%35.40
%37.30
%27.30

CMYK Percentages of Color #dfebac

%5
%0
%27
%8

Triadic Colors of #dfebac

#dfebac #acdfeb #ebacdf

Analogous Colors of #dfebac

#dfebac #c0ebac #ebd8ac

Monochromatic Colors of #dfebac

#dfebac

Complementary Color

#dfebac #b8aceb

#dfebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfebac Color CSS Codes

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

#dfebac Text Font Color

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

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


#dfebac Background Color

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

This div background color is #dfebac


#dfebac Border Color

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

This div border color is #dfebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfebac


Comments

No comments written yet.

Please login to write comment.