Color Hex Logo

#dfefaf Color Hex

#DFEFAF
(223,239,175)
0 Favorites   0 Comments

Color spaces of #dfefaf

RGB 223239175
HSL0.210.670.81
HSV75°27°94°
CMYK 0.070.000.27   0.06
XYZ69.035880.516152.4600
Yxy80.51610.34170.3986
Hunter Lab89.7308-19.697028.1484
CIE-Lab91.9159-15.704329.2716

#dfefaf color RGB value is (223,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10101111
Octal 337 357 257
Decimal 223 239 175
Hex DF EF AF

RGB Percentages of Color #dfefaf

%35.01
%37.52
%27.47

CMYK Percentages of Color #dfefaf

%7
%0
%27
%6

Triadic Colors of #dfefaf

#dfefaf #afdfef #efafdf

Analogous Colors of #dfefaf

#dfefaf #bfefaf #efdfaf

Monochromatic Colors of #dfefaf

#dfefaf

Complementary Color

#dfefaf #bfafef

#dfefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefaf Color CSS Codes

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

#dfefaf Text Font Color

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

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


#dfefaf Background Color

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

This div background color is #dfefaf


#dfefaf Border Color

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

This div border color is #dfefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefaf


Comments

No comments written yet.

Please login to write comment.