Color Hex Logo

#def870 Color Hex

#DEF870
(222,248,112)
0 Favorites   0 Comments

Color spaces of #def870

RGB 222248112
HSL0.200.910.71
HSV71°55°97°
CMYK 0.100.000.55   0.03
XYZ66.616283.834327.9998
Yxy83.83430.37330.4698
Hunter Lab91.5611-30.362445.9616
CIE-Lab93.3785-27.321861.4008

#def870 color RGB value is (222,248,112).

#def870 hex color red value is 222, green value is 248 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #def870 hue: 0.20 , saturation: 0.91 and the lightness value of def870 is 0.71.

The process color (four color CMYK) of #def870 color hex is 0.10, 0.00, 0.55, 0.03. Web safe color of #def870 is #ccff66. Color #def870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 01110000
Octal 336 370 160
Decimal 222 248 112
Hex DE F8 70

RGB Percentages of Color #def870

%38.14
%42.61
%19.24

CMYK Percentages of Color #def870

%10
%0
%55
%3

Triadic Colors of #def870

#def870 #70def8 #f870de

Analogous Colors of #def870

#def870 #9af870 #f8ce70

Monochromatic Colors of #def870

#def870

Complementary Color

#def870 #8a70f8

#def870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def870 Color CSS Codes

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

#def870 Text Font Color

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

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


#def870 Background Color

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

This div background color is #def870


#def870 Border Color

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

This div border color is #def870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def870


Comments

No comments written yet.

Please login to write comment.