Color Hex Logo

#def076 Color Hex

#DEF076
(222,240,118)
0 Favorites   0 Comments

Color spaces of #def076

RGB 222240118
HSL0.190.800.70
HSV69°51°94°
CMYK 0.080.000.51   0.06
XYZ64.554379.157829.0161
Yxy79.15780.37370.4583
Hunter Lab88.9707-26.184742.9432
CIE-Lab91.3056-23.017556.3064

#def076 color RGB value is (222,240,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01110110
Octal 336 360 166
Decimal 222 240 118
Hex DE F0 76

RGB Percentages of Color #def076

%38.28
%41.38
%20.34

CMYK Percentages of Color #def076

%8
%0
%51
%6

Triadic Colors of #def076

#def076 #76def0 #f076de

Analogous Colors of #def076

#def076 #a1f076 #f0c576

Monochromatic Colors of #def076

#def076

Complementary Color

#def076 #8876f0

#def076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def076 Color CSS Codes

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

#def076 Text Font Color

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

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


#def076 Background Color

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

This div background color is #def076


#def076 Border Color

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

This div border color is #def076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def076


Comments

No comments written yet.

Please login to write comment.