Color Hex Logo

#dfe98c Color Hex

#DFE98C
(223,233,140)
0 Favorites   0 Comments

Color spaces of #dfe98c

RGB 223233140
HSL0.180.680.73
HSV66°40°91°
CMYK 0.040.000.40   0.09
XYZ64.304075.859336.0641
Yxy75.85930.36490.4305
Hunter Lab87.0972-20.633436.4180
CIE-Lab89.7940-17.070544.0250

#dfe98c color RGB value is (223,233,140).

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

The process color (four color CMYK) of #dfe98c color hex is 0.04, 0.00, 0.40, 0.09. Web safe color of #dfe98c is #ccff99. Color #dfe98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 10001100
Octal 337 351 214
Decimal 223 233 140
Hex DF E9 8C

RGB Percentages of Color #dfe98c

%37.42
%39.09
%23.49

CMYK Percentages of Color #dfe98c

%4
%0
%40
%9

Triadic Colors of #dfe98c

#dfe98c #8cdfe9 #e98cdf

Analogous Colors of #dfe98c

#dfe98c #b1e98c #e9c58c

Monochromatic Colors of #dfe98c

#dfe98c

Complementary Color

#dfe98c #968ce9

#dfe98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe98c Color CSS Codes

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

#dfe98c Text Font Color

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

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


#dfe98c Background Color

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

This div background color is #dfe98c


#dfe98c Border Color

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

This div border color is #dfe98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe98c


Comments

No comments written yet.

Please login to write comment.