Color Hex Logo

#0a745a Color Hex

#0A745A
(10,116,90)
0 Favorites   0 Comments

Color spaces of #0a745a

RGB 1011690
HSL0.460.840.25
HSV165°91°45°
CMYK 0.910.000.22   0.55
XYZ8.216013.293511.8057
Yxy13.29350.24660.3990
Hunter Lab36.4603-23.58206.3243
CIE-Lab43.2022-34.10466.7037

#0a745a color RGB value is (10,116,90).

#0a745a hex color red value is 10, green value is 116 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #0a745a hue: 0.46 , saturation: 0.84 and the lightness value of 0a745a is 0.25.

The process color (four color CMYK) of #0a745a color hex is 0.91, 0.00, 0.22, 0.55. Web safe color of #0a745a is #006666. Color #0a745a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 01110100 01011010
Octal 12 164 132
Decimal 10 116 90
Hex A 74 5A

RGB Percentages of Color #0a745a

%4.63
%53.70
%41.67

CMYK Percentages of Color #0a745a

%91
%0
%22
%55

Triadic Colors of #0a745a

#0a745a #5a0a74 #745a0a

Analogous Colors of #0a745a

#0a745a #0a5974 #0a7425

Monochromatic Colors of #0a745a

#0a745a

Complementary Color

#0a745a #740a24

#0a745a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a745a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a745a Color CSS Codes

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

#0a745a Text Font Color

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

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


#0a745a Background Color

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

This div background color is #0a745a


#0a745a Border Color

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

This div border color is #0a745a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a745a


Comments

No comments written yet.

Please login to write comment.