Color Hex Logo

#70ca05 Color Hex

#70CA05
(112,202,5)
0 Favorites   0 Comments

Color spaces of #70ca05

RGB 1122025
HSL0.240.950.41
HSV87°98°79°
CMYK 0.450.000.98   0.21
XYZ27.830045.69687.4971
Yxy45.69680.34350.5640
Hunter Lab67.5994-44.812340.7440
CIE-Lab73.3484-53.104372.0752

#70ca05 color RGB value is (112,202,5).

#70ca05 hex color red value is 112, green value is 202 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #70ca05 hue: 0.24 , saturation: 0.95 and the lightness value of 70ca05 is 0.41.

The process color (four color CMYK) of #70ca05 color hex is 0.45, 0.00, 0.98, 0.21. Web safe color of #70ca05 is #66cc00. Color #70ca05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 11001010 00000101
Octal 160 312 5
Decimal 112 202 5
Hex 70 CA 5

RGB Percentages of Color #70ca05

%35.11
%63.32
%1.57

CMYK Percentages of Color #70ca05

%45
%0
%98
%21

Triadic Colors of #70ca05

#70ca05 #0570ca #ca0570

Analogous Colors of #70ca05

#70ca05 #0dca05 #cac205

Monochromatic Colors of #70ca05

#70ca05

Complementary Color

#70ca05 #5f05ca

#70ca05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70ca05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70ca05 Color CSS Codes

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

#70ca05 Text Font Color

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

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


#70ca05 Background Color

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

This div background color is #70ca05


#70ca05 Border Color

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

This div border color is #70ca05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70ca05


Comments

No comments written yet.

Please login to write comment.