Color Hex Logo

#0a703f Color Hex

#0A703F
(10,112,63)
0 Favorites   0 Comments

Color spaces of #0a703f

RGB 1011263
HSL0.420.840.24
HSV151°91°44°
CMYK 0.910.000.44   0.56
XYZ6.816512.01186.6619
Yxy12.01180.26740.4712
Hunter Lab34.6580-25.544412.8640
CIE-Lab41.2349-38.966419.8718

#0a703f color RGB value is (10,112,63).

#0a703f hex color red value is 10, green value is 112 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #0a703f hue: 0.42 , saturation: 0.84 and the lightness value of 0a703f is 0.24.

The process color (four color CMYK) of #0a703f color hex is 0.91, 0.00, 0.44, 0.56. Web safe color of #0a703f is #006633. Color #0a703f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110000 00111111
Octal 12 160 77
Decimal 10 112 63
Hex A 70 3F

RGB Percentages of Color #0a703f

%5.41
%60.54
%34.05

CMYK Percentages of Color #0a703f

%91
%0
%44
%56

Triadic Colors of #0a703f

#0a703f #3f0a70 #703f0a

Analogous Colors of #0a703f

#0a703f #0a6e70 #0a700c

Monochromatic Colors of #0a703f

#0a703f

Complementary Color

#0a703f #700a3b

#0a703f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a703f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a703f Color CSS Codes

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

#0a703f Text Font Color

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

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


#0a703f Background Color

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

This div background color is #0a703f


#0a703f Border Color

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

This div border color is #0a703f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,112,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a703f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a703f;
  -webkit-box-shadow: 1px 1px 3px 2px #0a703f;
  box-shadow:         1px 1px 3px 2px #0a703f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a703f


Comments

No comments written yet.

Please login to write comment.