Color Hex Logo

#dfe3ac Color Hex

#DFE3AC
(223,227,172)
0 Favorites   0 Comments

Color spaces of #dfe3ac

RGB 223227172
HSL0.180.500.78
HSV64°24°89°
CMYK 0.020.000.24   0.11
XYZ65.346973.604749.7927
Yxy73.60470.34620.3900
Hunter Lab85.7932-14.178325.6445
CIE-Lab88.7353-10.147126.4914

#dfe3ac color RGB value is (223,227,172).

#dfe3ac hex color red value is 223, green value is 227 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfe3ac hue: 0.18 , saturation: 0.50 and the lightness value of dfe3ac is 0.78.

The process color (four color CMYK) of #dfe3ac color hex is 0.02, 0.00, 0.24, 0.11. Web safe color of #dfe3ac is #cccc99. Color #dfe3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 10101100
Octal 337 343 254
Decimal 223 227 172
Hex DF E3 AC

RGB Percentages of Color #dfe3ac

%35.85
%36.50
%27.65

CMYK Percentages of Color #dfe3ac

%2
%0
%24
%11

Triadic Colors of #dfe3ac

#dfe3ac #acdfe3 #e3acdf

Analogous Colors of #dfe3ac

#dfe3ac #c4e3ac #e3ccac

Monochromatic Colors of #dfe3ac

#dfe3ac

Complementary Color

#dfe3ac #b0ace3

#dfe3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe3ac Color CSS Codes

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

#dfe3ac Text Font Color

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

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


#dfe3ac Background Color

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

This div background color is #dfe3ac


#dfe3ac Border Color

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

This div border color is #dfe3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe3ac


Comments

No comments written yet.

Please login to write comment.