Color Hex Logo

#def077 Color Hex

#DEF077
(222,240,119)
0 Favorites   0 Comments

Color spaces of #def077

RGB 222240119
HSL0.190.800.70
HSV69°50°94°
CMYK 0.080.000.50   0.06
XYZ64.614179.181729.3308
Yxy79.18170.37320.4574
Hunter Lab88.9841-26.107842.7458
CIE-Lab91.3164-22.928455.8614

#def077 color RGB value is (222,240,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110000 01110111
Octal 336 360 167
Decimal 222 240 119
Hex DE F0 77

RGB Percentages of Color #def077

%38.21
%41.31
%20.48

CMYK Percentages of Color #def077

%8
%0
%50
%6

Triadic Colors of #def077

#def077 #77def0 #f077de

Analogous Colors of #def077

#def077 #a2f077 #f0c677

Monochromatic Colors of #def077

#def077

Complementary Color

#def077 #8977f0

#def077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def077 Color CSS Codes

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

#def077 Text Font Color

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

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


#def077 Background Color

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

This div background color is #def077


#def077 Border Color

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

This div border color is #def077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def077


Comments

No comments written yet.

Please login to write comment.