Color Hex Logo

#dfe68e Color Hex

#DFE68E
(223,230,142)
0 Favorites   0 Comments

Color spaces of #dfe68e

RGB 223230142
HSL0.180.640.73
HSV65°38°90°
CMYK 0.030.000.38   0.10
XYZ63.610774.234636.5673
Yxy74.23460.36470.4256
Hunter Lab86.1595-18.994435.1481
CIE-Lab89.0332-15.374742.0728

#dfe68e color RGB value is (223,230,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10001110
Octal 337 346 216
Decimal 223 230 142
Hex DF E6 8E

RGB Percentages of Color #dfe68e

%37.48
%38.66
%23.87

CMYK Percentages of Color #dfe68e

%3
%0
%38
%10

Triadic Colors of #dfe68e

#dfe68e #8edfe6 #e68edf

Analogous Colors of #dfe68e

#dfe68e #b3e68e #e6c18e

Monochromatic Colors of #dfe68e

#dfe68e

Complementary Color

#dfe68e #958ee6

#dfe68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe68e Color CSS Codes

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

#dfe68e Text Font Color

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

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


#dfe68e Background Color

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

This div background color is #dfe68e


#dfe68e Border Color

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

This div border color is #dfe68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe68e


Comments

No comments written yet.

Please login to write comment.