Color Hex Logo

#dfe68c Color Hex

#DFE68C
(223,230,140)
0 Favorites   0 Comments

Color spaces of #dfe68c

RGB 223230140
HSL0.180.640.73
HSV65°39°90°
CMYK 0.030.000.39   0.10
XYZ63.461974.175135.7834
Yxy74.17510.36590.4277
Hunter Lab86.1250-19.189535.6535
CIE-Lab89.0052-15.595043.0249

#dfe68c color RGB value is (223,230,140).

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

The process color (four color CMYK) of #dfe68c color hex is 0.03, 0.00, 0.39, 0.10. Web safe color of #dfe68c is #ccff99. Color #dfe68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10001100
Octal 337 346 214
Decimal 223 230 140
Hex DF E6 8C

RGB Percentages of Color #dfe68c

%37.61
%38.79
%23.61

CMYK Percentages of Color #dfe68c

%3
%0
%39
%10

Triadic Colors of #dfe68c

#dfe68c #8cdfe6 #e68cdf

Analogous Colors of #dfe68c

#dfe68c #b2e68c #e6c08c

Monochromatic Colors of #dfe68c

#dfe68c

Complementary Color

#dfe68c #938ce6

#dfe68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe68c Color CSS Codes

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

#dfe68c Text Font Color

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

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


#dfe68c Background Color

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

This div background color is #dfe68c


#dfe68c Border Color

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

This div border color is #dfe68c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,230,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 #dfe68c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe68c


Comments

No comments written yet.

Please login to write comment.