Color Hex Logo

#dfe95d Color Hex

#DFE95D
(223,233,93)
0 Favorites   0 Comments

Color spaces of #dfe95d

RGB 22323393
HSL0.180.760.64
HSV64°60°91°
CMYK 0.040.000.60   0.09
XYZ61.546174.756121.5415
Yxy74.75610.38990.4736
Hunter Lab86.4616-24.245945.7513
CIE-Lab89.2786-21.216264.9766

#dfe95d color RGB value is (223,233,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01011101
Octal 337 351 135
Decimal 223 233 93
Hex DF E9 5D

RGB Percentages of Color #dfe95d

%40.62
%42.44
%16.94

CMYK Percentages of Color #dfe95d

%4
%0
%60
%9

Triadic Colors of #dfe95d

#dfe95d #5ddfe9 #e95ddf

Analogous Colors of #dfe95d

#dfe95d #99e95d #e9ad5d

Monochromatic Colors of #dfe95d

#dfe95d

Complementary Color

#dfe95d #675de9

#dfe95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe95d Color CSS Codes

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

#dfe95d Text Font Color

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

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


#dfe95d Background Color

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

This div background color is #dfe95d


#dfe95d Border Color

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

This div border color is #dfe95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe95d


Comments

No comments written yet.

Please login to write comment.