Color Hex Logo

#deff2e Color Hex

#DEFF2E
(222,255,46)
0 Favorites   0 Comments

Color spaces of #deff2e

RGB 22225546
HSL0.191.000.59
HSV69°82°100°
CMYK 0.130.000.82   0.00
XYZ66.377387.246915.9266
Yxy87.24690.39150.5146
Hunter Lab93.4060-36.612855.2747
CIE-Lab94.8429-34.165685.7302

#deff2e color RGB value is (222,255,46).

#deff2e hex color red value is 222, green value is 255 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #deff2e hue: 0.19 , saturation: 1.00 and the lightness value of deff2e is 0.59.

The process color (four color CMYK) of #deff2e color hex is 0.13, 0.00, 0.82, 0.00. Web safe color of #deff2e is #ccff33. Color #deff2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111111 00101110
Octal 336 377 56
Decimal 222 255 46
Hex DE FF 2E

RGB Percentages of Color #deff2e

%42.45
%48.76
%8.80

CMYK Percentages of Color #deff2e

%13
%0
%82
%0

Triadic Colors of #deff2e

#deff2e #2edeff #ff2ede

Analogous Colors of #deff2e

#deff2e #76ff2e #ffb82e

Monochromatic Colors of #deff2e

#deff2e

Complementary Color

#deff2e #4f2eff

#deff2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deff2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deff2e Color CSS Codes

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

#deff2e Text Font Color

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

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


#deff2e Background Color

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

This div background color is #deff2e


#deff2e Border Color

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

This div border color is #deff2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deff2e

Related Colors


Comments

No comments written yet.

Please login to write comment.