Color Hex Logo

#dfedac Color Hex

#DFEDAC
(223,237,172)
0 Favorites   0 Comments

Color spaces of #dfedac

RGB 223237172
HSL0.200.640.80
HSV73°27°93°
CMYK 0.060.000.27   0.07
XYZ68.162079.234950.7311
Yxy79.23490.34400.3999
Hunter Lab89.0140-19.089028.5191
CIE-Lab91.3405-15.128130.0211

#dfedac color RGB value is (223,237,172).

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

The process color (four color CMYK) of #dfedac color hex is 0.06, 0.00, 0.27, 0.07. Web safe color of #dfedac is #ccff99. Color #dfedac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10101100
Octal 337 355 254
Decimal 223 237 172
Hex DF ED AC

RGB Percentages of Color #dfedac

%35.28
%37.50
%27.22

CMYK Percentages of Color #dfedac

%6
%0
%27
%7

Triadic Colors of #dfedac

#dfedac #acdfed #edacdf

Analogous Colors of #dfedac

#dfedac #bfedac #eddbac

Monochromatic Colors of #dfedac

#dfedac

Complementary Color

#dfedac #baaced

#dfedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedac Color CSS Codes

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

#dfedac Text Font Color

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

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


#dfedac Background Color

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

This div background color is #dfedac


#dfedac Border Color

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

This div border color is #dfedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedac


Comments

No comments written yet.

Please login to write comment.