Color Hex Logo

#def94e Color Hex

#DEF94E
(222,249,78)
0 Favorites   0 Comments

Color spaces of #def94e

RGB 22224978
HSL0.190.930.64
HSV69°69°98°
CMYK 0.110.000.69   0.02
XYZ65.375083.831019.9431
Yxy83.83100.38650.4956
Hunter Lab91.5593-32.776451.1772
CIE-Lab93.3770-30.091374.9996

#def94e color RGB value is (222,249,78).

#def94e hex color red value is 222, green value is 249 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #def94e hue: 0.19 , saturation: 0.93 and the lightness value of def94e is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 01001110
Octal 336 371 116
Decimal 222 249 78
Hex DE F9 4E

RGB Percentages of Color #def94e

%40.44
%45.36
%14.21

CMYK Percentages of Color #def94e

%11
%0
%69
%2

Triadic Colors of #def94e

#def94e #4edef9 #f94ede

Analogous Colors of #def94e

#def94e #89f94e #f9bf4e

Monochromatic Colors of #def94e

#def94e

Complementary Color

#def94e #694ef9

#def94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#def94e Color CSS Codes

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

#def94e Text Font Color

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

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


#def94e Background Color

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

This div background color is #def94e


#def94e Border Color

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

This div border color is #def94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def94e

Related Colors

#def94e Color Palettes


Comments

No comments written yet.

Please login to write comment.