Color Hex Logo

#def916 Color Hex

#DEF916
(222,249,22)
0 Favorites   0 Comments

Color spaces of #def916

RGB 22224922
HSL0.190.950.53
HSV67°91°98°
CMYK 0.110.000.91   0.02
XYZ64.144783.338913.4643
Yxy83.33890.39850.5178
Hunter Lab91.2901-34.335355.1585
CIE-Lab93.1626-31.953288.5704

#def916 color RGB value is (222,249,22).

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

The process color (four color CMYK) of #def916 color hex is 0.11, 0.00, 0.91, 0.02. Web safe color of #def916 is #ccff00. Color #def916 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111001 00010110
Octal 336 371 26
Decimal 222 249 22
Hex DE F9 16

RGB Percentages of Color #def916

%45.03
%50.51
%4.46

CMYK Percentages of Color #def916

%11
%0
%91
%2

Triadic Colors of #def916

#def916 #16def9 #f916de

Analogous Colors of #def916

#def916 #6df916 #f9a316

Monochromatic Colors of #def916

#def916

Complementary Color

#def916 #3116f9

#def916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def916 Color CSS Codes

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

#def916 Text Font Color

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

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


#def916 Background Color

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

This div background color is #def916


#def916 Border Color

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

This div border color is #def916


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,249,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 #def916">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def916


Comments

No comments written yet.

Please login to write comment.