Color Hex Logo

#dfe95f Color Hex

#DFE95F
(223,233,95)
0 Favorites   0 Comments

Color spaces of #dfe95f

RGB 22323395
HSL0.180.760.64
HSV64°59°91°
CMYK 0.040.000.59   0.09
XYZ61.635974.792022.0142
Yxy74.79200.38900.4720
Hunter Lab86.4824-24.127445.4453
CIE-Lab89.2955-21.078564.1594

#dfe95f color RGB value is (223,233,95).

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

The process color (four color CMYK) of #dfe95f color hex is 0.04, 0.00, 0.59, 0.09. Web safe color of #dfe95f is #ccff66. Color #dfe95f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01011111
Octal 337 351 137
Decimal 223 233 95
Hex DF E9 5F

RGB Percentages of Color #dfe95f

%40.47
%42.29
%17.24

CMYK Percentages of Color #dfe95f

%4
%0
%59
%9

Triadic Colors of #dfe95f

#dfe95f #5fdfe9 #e95fdf

Analogous Colors of #dfe95f

#dfe95f #9ae95f #e9ae5f

Monochromatic Colors of #dfe95f

#dfe95f

Complementary Color

#dfe95f #695fe9

#dfe95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe95f Color CSS Codes

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

#dfe95f Text Font Color

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

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


#dfe95f Background Color

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

This div background color is #dfe95f


#dfe95f Border Color

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

This div border color is #dfe95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe95f


Comments

No comments written yet.

Please login to write comment.