color codes Logo

#dfe94d color codes

#DFE94D
(223,233,77)
0 Favorites   0 Comments

Color spaces of #dfe94d

RGB 22323377
HSL0.180.780.61
HSV64°67°91°
CMYK 0.040.000.67   0.09
XYZ60.909974.501618.1911
Yxy74.50160.39650.4850
Hunter Lab86.3143-25.087047.9244
CIE-Lab89.1590-22.196371.1557

#dfe94d color RGB value is (223,233,77).

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

The process color (four color CMYK) of #dfe94d color code is 0.04, 0.00, 0.67, 0.09. Web safe color of #dfe94d is #ccff66. Color #dfe94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01001101
Octal 337 351 115
Decimal 223 233 77
Hex DF E9 4D

RGB Percentages of Color #dfe94d

%41.84
%43.71
%14.45

CMYK Percentages of Color #dfe94d

%4
%0
%67
%9

Triadic Colors of #dfe94d

#dfe94d #4ddfe9 #e94ddf

Analogous Colors of #dfe94d

#dfe94d #91e94d #e9a54d

Monochromatic Colors of #dfe94d

#dfe94d

Complementary Color

#dfe94d #574de9

#dfe94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe94d Color CSS Codes

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

#dfe94d Text Font Color

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

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


#dfe94d Background Color

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

This div background color is #dfe94d


#dfe94d Border Color

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

This div border color is #dfe94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe94d


Comments

No comments written yet.

Please login to write comment.