Color Hex Logo

#01a05e Color Hex

#01A05E
(1,160,94)
0 Favorites   0 Comments

Color spaces of #01a05e

RGB 116094
HSL0.430.990.32
HSV155°99°63°
CMYK 0.990.000.41   0.37
XYZ14.603725.956214.8300
Yxy25.95620.26370.4686
Hunter Lab50.9472-37.991818.4046
CIE-Lab57.9955-51.145324.6764

#01a05e color RGB value is (1,160,94).

#01a05e hex color red value is 1, green value is 160 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #01a05e hue: 0.43 , saturation: 0.99 and the lightness value of 01a05e is 0.32.

The process color (four color CMYK) of #01a05e color hex is 0.99, 0.00, 0.41, 0.37. Web safe color of #01a05e is #009966. Color #01a05e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10100000 01011110
Octal 1 240 136
Decimal 1 160 94
Hex 1 A0 5E

RGB Percentages of Color #01a05e

%0.39
%62.75
%36.86

CMYK Percentages of Color #01a05e

%99
%0
%41
%37

Triadic Colors of #01a05e

#01a05e #5e01a0 #a05e01

Analogous Colors of #01a05e

#01a05e #0193a0 #01a00f

Monochromatic Colors of #01a05e

#01a05e

Complementary Color

#01a05e #a00143

#01a05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01a05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01a05e Color CSS Codes

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

#01a05e Text Font Color

<p style="color:#01a05e">Text here</p>

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


#01a05e Background Color

<div style="background-color:#01a05e">
Div content here</div>

This div background color is #01a05e


#01a05e Border Color

<div style="border:3px solid #01a05e">
Div here</div>

This div border color is #01a05e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,160,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01a05e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01a05e;
  -webkit-box-shadow: 1px 1px 3px 2px #01a05e;
  box-shadow:         1px 1px 3px 2px #01a05e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,160,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01a05e


Comments

No comments written yet.

Please login to write comment.