Color Hex Logo

#dfef8f Color Hex

#DFEF8F
(223,239,143)
0 Favorites   0 Comments

Color spaces of #dfef8f

RGB 223239143
HSL0.190.750.75
HSV70°40°94°
CMYK 0.070.000.40   0.06
XYZ66.255979.404137.8211
Yxy79.40410.36110.4328
Hunter Lab89.1090-23.219237.2114
CIE-Lab91.4168-19.668544.6113

#dfef8f color RGB value is (223,239,143).

#dfef8f hex color red value is 223, green value is 239 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #dfef8f hue: 0.19 , saturation: 0.75 and the lightness value of dfef8f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10001111
Octal 337 357 217
Decimal 223 239 143
Hex DF EF 8F

RGB Percentages of Color #dfef8f

%36.86
%39.50
%23.64

CMYK Percentages of Color #dfef8f

%7
%0
%40
%6

Triadic Colors of #dfef8f

#dfef8f #8fdfef #ef8fdf

Analogous Colors of #dfef8f

#dfef8f #afef8f #efcf8f

Monochromatic Colors of #dfef8f

#dfef8f

Complementary Color

#dfef8f #9f8fef

#dfef8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef8f Color CSS Codes

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

#dfef8f Text Font Color

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

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


#dfef8f Background Color

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

This div background color is #dfef8f


#dfef8f Border Color

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

This div border color is #dfef8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef8f


Comments

No comments written yet.

Please login to write comment.