Color Hex Logo

#deef3e Color Hex

#DEEF3E
(222,239,62)
0 Favorites   0 Comments

Color spaces of #deef3e

RGB 22223962
HSL0.180.850.59
HSV66°74°94°
CMYK 0.070.000.74   0.06
XYZ61.860277.610416.2774
Yxy77.61040.39720.4983
Hunter Lab88.0968-28.829450.7129
CIE-Lab90.6018-26.185077.6499

#deef3e color RGB value is (222,239,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 00111110
Octal 336 357 76
Decimal 222 239 62
Hex DE EF 3E

RGB Percentages of Color #deef3e

%42.45
%45.70
%11.85

CMYK Percentages of Color #deef3e

%7
%0
%74
%6

Triadic Colors of #deef3e

#deef3e #3edeef #ef3ede

Analogous Colors of #deef3e

#deef3e #86ef3e #efa83e

Monochromatic Colors of #deef3e

#deef3e

Complementary Color

#deef3e #4f3eef

#deef3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef3e Color CSS Codes

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

#deef3e Text Font Color

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

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


#deef3e Background Color

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

This div background color is #deef3e


#deef3e Border Color

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

This div border color is #deef3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef3e


Comments

No comments written yet.

Please login to write comment.