Color Hex Logo

#70c303 Color Hex

#70C303
(112,195,3)
0 Favorites   0 Comments

Color spaces of #70c303

RGB 1121953
HSL0.240.970.39
HSV86°98°76°
CMYK 0.430.000.98   0.24
XYZ26.213642.48156.9043
Yxy42.48150.34670.5619
Hunter Lab65.1778-42.271039.3439
CIE-Lab71.2016-50.407770.5941

#70c303 color RGB value is (112,195,3).

#70c303 hex color red value is 112, green value is 195 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #70c303 hue: 0.24 , saturation: 0.97 and the lightness value of 70c303 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 11000011 00000011
Octal 160 303 3
Decimal 112 195 3
Hex 70 C3 3

RGB Percentages of Color #70c303

%36.13
%62.90
%0.97

CMYK Percentages of Color #70c303

%43
%0
%98
%24

Triadic Colors of #70c303

#70c303 #0370c3 #c30370

Analogous Colors of #70c303

#70c303 #10c303 #c3b603

Monochromatic Colors of #70c303

#70c303

Complementary Color

#70c303 #5603c3

#70c303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70c303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#70c303 Color CSS Codes

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

#70c303 Text Font Color

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

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


#70c303 Background Color

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

This div background color is #70c303


#70c303 Border Color

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

This div border color is #70c303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70c303


Comments

No comments written yet.

Please login to write comment.