Color Hex Logo

#defe9f Color Hex

#DEFE9F
(222,254,159)
0 Favorites   0 Comments

Color spaces of #defe9f

RGB 222254159
HSL0.220.980.81
HSV80°37°100°
CMYK 0.130.000.37   0.00
XYZ71.824088.916446.1779
Yxy88.91640.34710.4297
Hunter Lab94.2955-29.055336.9717
CIE-Lab95.5455-25.377742.0559

#defe9f color RGB value is (222,254,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111110 10011111
Octal 336 376 237
Decimal 222 254 159
Hex DE FE 9F

RGB Percentages of Color #defe9f

%34.96
%40.00
%25.04

CMYK Percentages of Color #defe9f

%13
%0
%37
%0

Triadic Colors of #defe9f

#defe9f #9fdefe #fe9fde

Analogous Colors of #defe9f

#defe9f #affe9f #feef9f

Monochromatic Colors of #defe9f

#defe9f

Complementary Color

#defe9f #bf9ffe

#defe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#defe9f Color CSS Codes

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

#defe9f Text Font Color

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

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


#defe9f Background Color

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

This div background color is #defe9f


#defe9f Border Color

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

This div border color is #defe9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,254,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defe9f

Related Colors


Comments

No comments written yet.

Please login to write comment.