Color Hex Logo

#def116 Color Hex

#DEF116
(222,241,22)
0 Favorites   0 Comments

Color spaces of #def116

RGB 22224122
HSL0.180.890.52
HSV65°91°95°
CMYK 0.080.000.91   0.05
XYZ61.724378.498112.6575
Yxy78.49810.40370.5135
Hunter Lab88.5992-30.693153.5491
CIE-Lab91.0067-28.247886.8847

#def116 color RGB value is (222,241,22).

#def116 hex color red value is 222, green value is 241 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #def116 hue: 0.18 , saturation: 0.89 and the lightness value of def116 is 0.52.

The process color (four color CMYK) of #def116 color hex is 0.08, 0.00, 0.91, 0.05. Web safe color of #def116 is #ccff00. Color #def116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110001 00010110
Octal 336 361 26
Decimal 222 241 22
Hex DE F1 16

RGB Percentages of Color #def116

%45.77
%49.69
%4.54

CMYK Percentages of Color #def116

%8
%0
%91
%5

Triadic Colors of #def116

#def116 #16def1 #f116de

Analogous Colors of #def116

#def116 #71f116 #f19716

Monochromatic Colors of #def116

#def116

Complementary Color

#def116 #2916f1

#def116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def116 Color CSS Codes

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

#def116 Text Font Color

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

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


#def116 Background Color

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

This div background color is #def116


#def116 Border Color

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

This div border color is #def116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def116


Comments

No comments written yet.

Please login to write comment.