color codes Logo

#dfef6f color codes

#DFEF6F
(223,239,111)
0 Favorites   0 Comments

Color spaces of #dfef6f

RGB 223239111
HSL0.190.800.69
HSV68°54°94°
CMYK 0.070.000.54   0.06
XYZ64.167278.568726.8222
Yxy78.56870.37840.4634
Hunter Lab88.6390-25.899244.1061
CIE-Lab91.0388-22.747659.1755

#dfef6f color RGB value is (223,239,111).

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

The process color (four color CMYK) of #dfef6f color code is 0.07, 0.00, 0.54, 0.06. Web safe color of #dfef6f is #ccff66. Color #dfef6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01101111
Octal 337 357 157
Decimal 223 239 111
Hex DF EF 6F

RGB Percentages of Color #dfef6f

%38.92
%41.71
%19.37

CMYK Percentages of Color #dfef6f

%7
%0
%54
%6

Triadic Colors of #dfef6f

#dfef6f #6fdfef #ef6fdf

Analogous Colors of #dfef6f

#dfef6f #9fef6f #efbf6f

Monochromatic Colors of #dfef6f

#dfef6f

Complementary Color

#dfef6f #7f6fef

#dfef6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef6f Color CSS Codes

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

#dfef6f Text Font Color

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

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


#dfef6f Background Color

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

This div background color is #dfef6f


#dfef6f Border Color

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

This div border color is #dfef6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef6f


Comments

No comments written yet.

Please login to write comment.