Color Hex Logo

#0a705f Color Hex

#0A705F
(10,112,95)
0 Favorites   0 Comments

Color spaces of #0a705f

RGB 1011295
HSL0.470.840.24
HSV170°91°44°
CMYK 0.910.000.15   0.56
XYZ7.984912.479112.8143
Yxy12.47910.23990.3750
Hunter Lab35.3258-21.47263.2208
CIE-Lab41.9677-30.87591.9332

#0a705f color RGB value is (10,112,95).

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

The process color (four color CMYK) of #0a705f color hex is 0.91, 0.00, 0.15, 0.56. Web safe color of #0a705f is #006666. Color #0a705f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110000 01011111
Octal 12 160 137
Decimal 10 112 95
Hex A 70 5F

RGB Percentages of Color #0a705f

%4.61
%51.61
%43.78

CMYK Percentages of Color #0a705f

%91
%0
%15
%56

Triadic Colors of #0a705f

#0a705f #5f0a70 #705f0a

Analogous Colors of #0a705f

#0a705f #0a4e70 #0a702c

Monochromatic Colors of #0a705f

#0a705f

Complementary Color

#0a705f #700a1b

#0a705f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a705f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a705f Color CSS Codes

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

#0a705f Text Font Color

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

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


#0a705f Background Color

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

This div background color is #0a705f


#0a705f Border Color

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

This div border color is #0a705f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a705f


Comments

No comments written yet.

Please login to write comment.