Color Hex Logo

#def061 Color Hex

#DEF061
(222,240,97)
0 Favorites   0 Comments

Color spaces of #def061

RGB 22224097
HSL0.190.830.66
HSV68°60°94°
CMYK 0.080.000.60   0.06
XYZ63.442078.712823.1586
Yxy78.71280.38380.4761
Hunter Lab88.7202-27.618846.6277
CIE-Lab91.1042-24.688165.2780

#def061 color RGB value is (222,240,97).

#def061 hex color red value is 222, green value is 240 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #def061 hue: 0.19 , saturation: 0.83 and the lightness value of def061 is 0.66.

The process color (four color CMYK) of #def061 color hex is 0.08, 0.00, 0.60, 0.06. Web safe color of #def061 is #ccff66. Color #def061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01100001
Octal 336 360 141
Decimal 222 240 97
Hex DE F0 61

RGB Percentages of Color #def061

%39.71
%42.93
%17.35

CMYK Percentages of Color #def061

%8
%0
%60
%6

Triadic Colors of #def061

#def061 #61def0 #f061de

Analogous Colors of #def061

#def061 #97f061 #f0bb61

Monochromatic Colors of #def061

#def061

Complementary Color

#def061 #7361f0

#def061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def061 Color CSS Codes

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

#def061 Text Font Color

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

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


#def061 Background Color

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

This div background color is #def061


#def061 Border Color

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

This div border color is #def061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def061


Comments

No comments written yet.

Please login to write comment.