Color Hex Logo

#dfec8e Color Hex

#DFEC8E
(223,236,142)
0 Favorites   0 Comments

Color spaces of #dfec8e

RGB 223236142
HSL0.190.710.74
HSV68°40°93°
CMYK 0.060.000.40   0.07
XYZ65.309477.631937.1335
Yxy77.63190.36270.4311
Hunter Lab88.1090-21.880336.6885
CIE-Lab90.6117-18.319244.0803

#dfec8e color RGB value is (223,236,142).

#dfec8e hex color red value is 223, green value is 236 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfec8e hue: 0.19 , saturation: 0.71 and the lightness value of dfec8e is 0.74.

The process color (four color CMYK) of #dfec8e color hex is 0.06, 0.00, 0.40, 0.07. Web safe color of #dfec8e is #ccff99. Color #dfec8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101100 10001110
Octal 337 354 216
Decimal 223 236 142
Hex DF EC 8E

RGB Percentages of Color #dfec8e

%37.10
%39.27
%23.63

CMYK Percentages of Color #dfec8e

%6
%0
%40
%7

Triadic Colors of #dfec8e

#dfec8e #8edfec #ec8edf

Analogous Colors of #dfec8e

#dfec8e #b0ec8e #ecca8e

Monochromatic Colors of #dfec8e

#dfec8e

Complementary Color

#dfec8e #9b8eec

#dfec8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfec8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfec8e Color CSS Codes

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

#dfec8e Text Font Color

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

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


#dfec8e Background Color

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

This div background color is #dfec8e


#dfec8e Border Color

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

This div border color is #dfec8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfec8e


Comments

No comments written yet.

Please login to write comment.