Color Hex Logo

#dfe06f Color Hex

#DFE06F
(223,224,111)
0 Favorites   0 Comments

Color spaces of #dfe06f

RGB 223224111
HSL0.170.650.66
HSV61°50°88°
CMYK 0.000.000.50   0.12
XYZ59.956370.147025.4186
Yxy70.14700.38550.4510
Hunter Lab83.7538-18.787540.6336
CIE-Lab87.0689-15.448754.5571

#dfe06f color RGB value is (223,224,111).

#dfe06f hex color red value is 223, green value is 224 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dfe06f hue: 0.17 , saturation: 0.65 and the lightness value of dfe06f is 0.66.

The process color (four color CMYK) of #dfe06f color hex is 0.00, 0.00, 0.50, 0.12. Web safe color of #dfe06f is #cccc66. Color #dfe06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 01101111
Octal 337 340 157
Decimal 223 224 111
Hex DF E0 6F

RGB Percentages of Color #dfe06f

%39.96
%40.14
%19.89

CMYK Percentages of Color #dfe06f

%0
%0
%50
%12

Triadic Colors of #dfe06f

#dfe06f #6fdfe0 #e06fdf

Analogous Colors of #dfe06f

#dfe06f #a7e06f #e0a96f

Monochromatic Colors of #dfe06f

#dfe06f

Complementary Color

#dfe06f #706fe0

#dfe06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe06f Color CSS Codes

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

#dfe06f Text Font Color

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

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


#dfe06f Background Color

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

This div background color is #dfe06f


#dfe06f Border Color

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

This div border color is #dfe06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe06f


Comments

No comments written yet.

Please login to write comment.