Color Hex Logo

#dfe07e Color Hex

#DFE07E
(223,224,126)
0 Favorites   0 Comments

Color spaces of #dfe07e

RGB 223224126
HSL0.170.610.69
HSV61°44°88°
CMYK 0.000.000.44   0.12
XYZ60.853070.505630.1403
Yxy70.50560.37680.4366
Hunter Lab83.9676-17.580837.4951
CIE-Lab87.2442-14.077347.6629

#dfe07e color RGB value is (223,224,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 01111110
Octal 337 340 176
Decimal 223 224 126
Hex DF E0 7E

RGB Percentages of Color #dfe07e

%38.92
%39.09
%21.99

CMYK Percentages of Color #dfe07e

%0
%0
%44
%12

Triadic Colors of #dfe07e

#dfe07e #7edfe0 #e07edf

Analogous Colors of #dfe07e

#dfe07e #aee07e #e0b07e

Monochromatic Colors of #dfe07e

#dfe07e

Complementary Color

#dfe07e #7f7ee0

#dfe07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe07e Color CSS Codes

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

#dfe07e Text Font Color

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

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


#dfe07e Background Color

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

This div background color is #dfe07e


#dfe07e Border Color

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

This div border color is #dfe07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe07e


Comments

No comments written yet.

Please login to write comment.