Color Hex Logo

#dfefad Color Hex

#DFEFAD
(223,239,173)
0 Favorites   0 Comments

Color spaces of #dfefad

RGB 223239173
HSL0.210.670.81
HSV75°28°94°
CMYK 0.070.000.28   0.06
XYZ68.840880.438151.4330
Yxy80.43810.34300.4008
Hunter Lab89.6873-19.942528.7800
CIE-Lab91.8811-15.977630.2414

#dfefad color RGB value is (223,239,173).

#dfefad hex color red value is 223, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfefad hue: 0.21 , saturation: 0.67 and the lightness value of dfefad is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10101101
Octal 337 357 255
Decimal 223 239 173
Hex DF EF AD

RGB Percentages of Color #dfefad

%35.12
%37.64
%27.24

CMYK Percentages of Color #dfefad

%7
%0
%28
%6

Triadic Colors of #dfefad

#dfefad #addfef #efaddf

Analogous Colors of #dfefad

#dfefad #beefad #efdead

Monochromatic Colors of #dfefad

#dfefad

Complementary Color

#dfefad #bdadef

#dfefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefad Color CSS Codes

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

#dfefad Text Font Color

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

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


#dfefad Background Color

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

This div background color is #dfefad


#dfefad Border Color

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

This div border color is #dfefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefad


Comments

No comments written yet.

Please login to write comment.