Color Hex Logo

#dfe14e Color Hex

#DFE14E
(223,225,78)
0 Favorites   0 Comments

Color spaces of #dfe14e

RGB 22322578
HSL0.170.710.59
HSV61°65°88°
CMYK 0.010.000.65   0.12
XYZ58.731870.088517.6407
Yxy70.08850.40100.4785
Hunter Lab83.7189-21.283946.1100
CIE-Lab87.0403-18.264568.6250

#dfe14e color RGB value is (223,225,78).

#dfe14e hex color red value is 223, green value is 225 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dfe14e hue: 0.17 , saturation: 0.71 and the lightness value of dfe14e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 01001110
Octal 337 341 116
Decimal 223 225 78
Hex DF E1 4E

RGB Percentages of Color #dfe14e

%42.40
%42.78
%14.83

CMYK Percentages of Color #dfe14e

%1
%0
%65
%12

Triadic Colors of #dfe14e

#dfe14e #4edfe1 #e14edf

Analogous Colors of #dfe14e

#dfe14e #96e14e #e19a4e

Monochromatic Colors of #dfe14e

#dfe14e

Complementary Color

#dfe14e #504ee1

#dfe14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe14e Color CSS Codes

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

#dfe14e Text Font Color

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

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


#dfe14e Background Color

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

This div background color is #dfe14e


#dfe14e Border Color

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

This div border color is #dfe14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe14e


Comments

No comments written yet.

Please login to write comment.