Color Hex Logo

#defe8d Color Hex

#DEFE8D
(222,254,141)
0 Favorites   0 Comments

Color spaces of #defe8d

RGB 222254141
HSL0.210.980.77
HSV77°44°100°
CMYK 0.130.000.44   0.00
XYZ70.373788.336338.5408
Yxy88.33630.35680.4478
Hunter Lab93.9874-30.824841.4785
CIE-Lab95.3024-27.416150.4244

#defe8d color RGB value is (222,254,141).

#defe8d hex color red value is 222, green value is 254 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #defe8d hue: 0.21 , saturation: 0.98 and the lightness value of defe8d is 0.77.

The process color (four color CMYK) of #defe8d color hex is 0.13, 0.00, 0.44, 0.00. Web safe color of #defe8d is #ccff99. Color #defe8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 10001101
Octal 336 376 215
Decimal 222 254 141
Hex DE FE 8D

RGB Percentages of Color #defe8d

%35.98
%41.17
%22.85

CMYK Percentages of Color #defe8d

%13
%0
%44
%0

Triadic Colors of #defe8d

#defe8d #8ddefe #fe8dde

Analogous Colors of #defe8d

#defe8d #a6fe8d #fee68d

Monochromatic Colors of #defe8d

#defe8d

Complementary Color

#defe8d #ad8dfe

#defe8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe8d Color CSS Codes

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

#defe8d Text Font Color

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

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


#defe8d Background Color

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

This div background color is #defe8d


#defe8d Border Color

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

This div border color is #defe8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe8d

Related Colors


Comments

No comments written yet.

Please login to write comment.