Color Hex Logo

#deef1e Color Hex

#DEEF1E
(222,239,30)
0 Favorites   0 Comments

Color spaces of #deef1e

RGB 22223930
HSL0.180.870.53
HSV65°87°94°
CMYK 0.070.000.87   0.06
XYZ61.225077.356312.9327
Yxy77.35630.40410.5106
Hunter Lab87.9524-29.660252.8486
CIE-Lab90.4854-27.171285.2835

#deef1e color RGB value is (222,239,30).

#deef1e hex color red value is 222, green value is 239 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #deef1e hue: 0.18 , saturation: 0.87 and the lightness value of deef1e is 0.53.

The process color (four color CMYK) of #deef1e color hex is 0.07, 0.00, 0.87, 0.06. Web safe color of #deef1e is #ccff33. Color #deef1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 00011110
Octal 336 357 36
Decimal 222 239 30
Hex DE EF 1E

RGB Percentages of Color #deef1e

%45.21
%48.68
%6.11

CMYK Percentages of Color #deef1e

%7
%0
%87
%6

Triadic Colors of #deef1e

#deef1e #1edeef #ef1ede

Analogous Colors of #deef1e

#deef1e #76ef1e #ef981e

Monochromatic Colors of #deef1e

#deef1e

Complementary Color

#deef1e #2f1eef

#deef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef1e Color CSS Codes

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

#deef1e Text Font Color

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

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


#deef1e Background Color

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

This div background color is #deef1e


#deef1e Border Color

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

This div border color is #deef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef1e


Comments

No comments written yet.

Please login to write comment.