Color Hex Logo

#70ff28 Color Hex

#70FF28
(112,255,40)
0 Favorites   0 Comments

Color spaces of #70ff28

RGB 11225540
HSL0.281.000.58
HSV100°84°100°
CMYK 0.560.000.84   0.00
XYZ42.825175.117914.2496
Yxy75.11790.32400.5682
Hunter Lab86.6706-63.474350.9215
CIE-Lab89.4482-71.202380.2656

#70ff28 color RGB value is (112,255,40).

#70ff28 hex color red value is 112, green value is 255 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #70ff28 hue: 0.28 , saturation: 1.00 and the lightness value of 70ff28 is 0.58.

The process color (four color CMYK) of #70ff28 color hex is 0.56, 0.00, 0.84, 0.00. Web safe color of #70ff28 is #66ff33. Color #70ff28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11111111 00101000
Octal 160 377 50
Decimal 112 255 40
Hex 70 FF 28

RGB Percentages of Color #70ff28

%27.52
%62.65
%9.83

CMYK Percentages of Color #70ff28

%56
%0
%84
%0

Triadic Colors of #70ff28

#70ff28 #2870ff #ff2870

Analogous Colors of #70ff28

#70ff28 #28ff4c #dcff28

Monochromatic Colors of #70ff28

#70ff28

Complementary Color

#70ff28 #b728ff

#70ff28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ff28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ff28 Color CSS Codes

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

#70ff28 Text Font Color

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

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


#70ff28 Background Color

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

This div background color is #70ff28


#70ff28 Border Color

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

This div border color is #70ff28


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,255,40, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #70ff28; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #70ff28;
  -webkit-box-shadow: 1px 1px 3px 2px #70ff28;
  box-shadow:         1px 1px 3px 2px #70ff28; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ff28

Related Colors


Comments

No comments written yet.

Please login to write comment.