Color Hex Logo

#dfe94c Color Hex

#DFE94C
(223,233,76)
0 Favorites   0 Comments

Color spaces of #dfe94c

RGB 22323376
HSL0.180.780.61
HSV64°67°91°
CMYK 0.040.000.67   0.09
XYZ60.874874.487618.0066
Yxy74.48760.39690.4857
Hunter Lab86.3062-25.133548.0443
CIE-Lab89.1524-22.250771.5180

#dfe94c color RGB value is (223,233,76).

#dfe94c hex color red value is 223, green value is 233 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dfe94c hue: 0.18 , saturation: 0.78 and the lightness value of dfe94c is 0.61.

The process color (four color CMYK) of #dfe94c color hex is 0.04, 0.00, 0.67, 0.09. Web safe color of #dfe94c is #ccff33. Color #dfe94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01001100
Octal 337 351 114
Decimal 223 233 76
Hex DF E9 4C

RGB Percentages of Color #dfe94c

%41.92
%43.80
%14.29

CMYK Percentages of Color #dfe94c

%4
%0
%67
%9

Triadic Colors of #dfe94c

#dfe94c #4cdfe9 #e94cdf

Analogous Colors of #dfe94c

#dfe94c #91e94c #e9a54c

Monochromatic Colors of #dfe94c

#dfe94c

Complementary Color

#dfe94c #564ce9

#dfe94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe94c Color CSS Codes

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

#dfe94c Text Font Color

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

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


#dfe94c Background Color

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

This div background color is #dfe94c


#dfe94c Border Color

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

This div border color is #dfe94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe94c


Comments

No comments written yet.

Please login to write comment.