Color Hex Logo

#dfe68d Color Hex

#DFE68D
(223,230,141)
0 Favorites   0 Comments

Color spaces of #dfe68d

RGB 223230141
HSL0.180.640.73
HSV65°39°90°
CMYK 0.030.000.39   0.10
XYZ63.536074.204736.1735
Yxy74.20470.36530.4267
Hunter Lab86.1421-19.092235.4020
CIE-Lab89.0191-15.485142.5493

#dfe68d color RGB value is (223,230,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10001101
Octal 337 346 215
Decimal 223 230 141
Hex DF E6 8D

RGB Percentages of Color #dfe68d

%37.54
%38.72
%23.74

CMYK Percentages of Color #dfe68d

%3
%0
%39
%10

Triadic Colors of #dfe68d

#dfe68d #8ddfe6 #e68ddf

Analogous Colors of #dfe68d

#dfe68d #b3e68d #e6c18d

Monochromatic Colors of #dfe68d

#dfe68d

Complementary Color

#dfe68d #948de6

#dfe68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe68d Color CSS Codes

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

#dfe68d Text Font Color

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

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


#dfe68d Background Color

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

This div background color is #dfe68d


#dfe68d Border Color

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

This div border color is #dfe68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe68d


Comments

No comments written yet.

Please login to write comment.