Color Hex Logo

#defa6e Color Hex

#DEFA6E
(222,250,110)
0 Favorites   0 Comments

Color spaces of #defa6e

RGB 222250110
HSL0.200.930.71
HSV72°56°98°
CMYK 0.110.000.56   0.02
XYZ67.124385.026627.6258
Yxy85.02660.37340.4730
Hunter Lab92.2099-31.428046.7838
CIE-Lab93.8946-28.420062.8594

#defa6e color RGB value is (222,250,110).

#defa6e hex color red value is 222, green value is 250 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #defa6e hue: 0.20 , saturation: 0.93 and the lightness value of defa6e is 0.71.

The process color (four color CMYK) of #defa6e color hex is 0.11, 0.00, 0.56, 0.02. Web safe color of #defa6e is #ccff66. Color #defa6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111010 01101110
Octal 336 372 156
Decimal 222 250 110
Hex DE FA 6E

RGB Percentages of Color #defa6e

%38.14
%42.96
%18.90

CMYK Percentages of Color #defa6e

%11
%0
%56
%2

Triadic Colors of #defa6e

#defa6e #6edefa #fa6ede

Analogous Colors of #defa6e

#defa6e #98fa6e #fad06e

Monochromatic Colors of #defa6e

#defa6e

Complementary Color

#defa6e #8a6efa

#defa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#defa6e Color CSS Codes

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

#defa6e Text Font Color

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

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


#defa6e Background Color

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

This div background color is #defa6e


#defa6e Border Color

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

This div border color is #defa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defa6e


Comments

No comments written yet.

Please login to write comment.