Color Hex Logo

#dfe97d Color Hex

#DFE97D
(223,233,125)
0 Favorites   0 Comments

Color spaces of #dfe97d

RGB 223233125
HSL0.180.710.70
HSV66°46°91°
CMYK 0.040.000.46   0.09
XYZ63.272075.446530.6299
Yxy75.44650.37360.4455
Hunter Lab86.8599-21.978939.8942
CIE-Lab89.6017-18.602751.0255

#dfe97d color RGB value is (223,233,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01111101
Octal 337 351 175
Decimal 223 233 125
Hex DF E9 7D

RGB Percentages of Color #dfe97d

%38.38
%40.10
%21.51

CMYK Percentages of Color #dfe97d

%4
%0
%46
%9

Triadic Colors of #dfe97d

#dfe97d #7ddfe9 #e97ddf

Analogous Colors of #dfe97d

#dfe97d #a9e97d #e9bd7d

Monochromatic Colors of #dfe97d

#dfe97d

Complementary Color

#dfe97d #877de9

#dfe97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe97d Color CSS Codes

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

#dfe97d Text Font Color

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

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


#dfe97d Background Color

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

This div background color is #dfe97d


#dfe97d Border Color

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

This div border color is #dfe97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe97d


Comments

No comments written yet.

Please login to write comment.