Color Hex Logo

#dfe35e Color Hex

#DFE35E
(223,227,94)
0 Favorites   0 Comments

Color spaces of #dfe35e

RGB 22322794
HSL0.170.700.63
HSV62°59°89°
CMYK 0.020.000.59   0.11
XYZ59.920971.434321.2197
Yxy71.43430.39270.4682
Hunter Lab84.5188-21.357644.2775
CIE-Lab87.6956-18.234362.8304

#dfe35e color RGB value is (223,227,94).

#dfe35e hex color red value is 223, green value is 227 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dfe35e hue: 0.17 , saturation: 0.70 and the lightness value of dfe35e is 0.63.

The process color (four color CMYK) of #dfe35e color hex is 0.02, 0.00, 0.59, 0.11. Web safe color of #dfe35e is #cccc66. Color #dfe35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100011 01011110
Octal 337 343 136
Decimal 223 227 94
Hex DF E3 5E

RGB Percentages of Color #dfe35e

%40.99
%41.73
%17.28

CMYK Percentages of Color #dfe35e

%2
%0
%59
%11

Triadic Colors of #dfe35e

#dfe35e #5edfe3 #e35edf

Analogous Colors of #dfe35e

#dfe35e #9de35e #e3a55e

Monochromatic Colors of #dfe35e

#dfe35e

Complementary Color

#dfe35e #625ee3

#dfe35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe35e Color CSS Codes

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

#dfe35e Text Font Color

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

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


#dfe35e Background Color

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

This div background color is #dfe35e


#dfe35e Border Color

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

This div border color is #dfe35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe35e


Comments

No comments written yet.

Please login to write comment.