Color Hex Logo

#dfe97f Color Hex

#DFE97F
(223,233,127)
0 Favorites   0 Comments

Color spaces of #dfe97f

RGB 223233127
HSL0.180.710.71
HSV66°45°91°
CMYK 0.040.000.45   0.09
XYZ63.401175.498131.3097
Yxy75.49810.37250.4436
Hunter Lab86.8896-21.810139.4583
CIE-Lab89.6258-18.409750.1046

#dfe97f color RGB value is (223,233,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01111111
Octal 337 351 177
Decimal 223 233 127
Hex DF E9 7F

RGB Percentages of Color #dfe97f

%38.25
%39.97
%21.78

CMYK Percentages of Color #dfe97f

%4
%0
%45
%9

Triadic Colors of #dfe97f

#dfe97f #7fdfe9 #e97fdf

Analogous Colors of #dfe97f

#dfe97f #aae97f #e9be7f

Monochromatic Colors of #dfe97f

#dfe97f

Complementary Color

#dfe97f #897fe9

#dfe97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe97f Color CSS Codes

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

#dfe97f Text Font Color

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

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


#dfe97f Background Color

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

This div background color is #dfe97f


#dfe97f Border Color

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

This div border color is #dfe97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe97f


Comments

No comments written yet.

Please login to write comment.