Color Hex Logo

#def680 Color Hex

#DEF680
(222,246,128)
0 Favorites   0 Comments

Color spaces of #def680

RGB 222246128
HSL0.200.870.73
HSV72°48°96°
CMYK 0.100.000.48   0.04
XYZ66.976382.999632.9126
Yxy82.99960.36620.4538
Hunter Lab91.1041-28.205842.3536
CIE-Lab93.0143-24.953053.7315

#def680 color RGB value is (222,246,128).

#def680 hex color red value is 222, green value is 246 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #def680 hue: 0.20 , saturation: 0.87 and the lightness value of def680 is 0.73.

The process color (four color CMYK) of #def680 color hex is 0.10, 0.00, 0.48, 0.04. Web safe color of #def680 is #ccff99. Color #def680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 10000000
Octal 336 366 200
Decimal 222 246 128
Hex DE F6 80

RGB Percentages of Color #def680

%37.25
%41.28
%21.48

CMYK Percentages of Color #def680

%10
%0
%48
%4

Triadic Colors of #def680

#def680 #80def6 #f680de

Analogous Colors of #def680

#def680 #a3f680 #f6d380

Monochromatic Colors of #def680

#def680

Complementary Color

#def680 #9880f6

#def680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def680 Color CSS Codes

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

#def680 Text Font Color

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

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


#def680 Background Color

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

This div background color is #def680


#def680 Border Color

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

This div border color is #def680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def680

Related Colors


Comments

No comments written yet.

Please login to write comment.