Color Hex Logo

#01ba4e Color Hex

#01BA4E
(1,186,78)
0 Favorites   0 Comments

Color spaces of #01ba4e

RGB 118678
HSL0.400.990.37
HSV145°99°73°
CMYK 0.990.000.58   0.27
XYZ18.946635.674313.0950
Yxy35.67430.27980.5268
Hunter Lab59.7280-47.901128.8106
CIE-Lab66.2703-62.534043.1239

#01ba4e color RGB value is (1,186,78).

#01ba4e hex color red value is 1, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #01ba4e hue: 0.40 , saturation: 0.99 and the lightness value of 01ba4e is 0.37.

The process color (four color CMYK) of #01ba4e color hex is 0.99, 0.00, 0.58, 0.27. Web safe color of #01ba4e is #00cc66. Color #01ba4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111010 01001110
Octal 1 272 116
Decimal 1 186 78
Hex 1 BA 4E

RGB Percentages of Color #01ba4e

%0.38
%70.19
%29.43

CMYK Percentages of Color #01ba4e

%99
%0
%58
%27

Triadic Colors of #01ba4e

#01ba4e #4e01ba #ba4e01

Analogous Colors of #01ba4e

#01ba4e #01baab #11ba01

Monochromatic Colors of #01ba4e

#01ba4e

Complementary Color

#01ba4e #ba016d

#01ba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ba4e Color CSS Codes

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

#01ba4e Text Font Color

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

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


#01ba4e Background Color

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

This div background color is #01ba4e


#01ba4e Border Color

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

This div border color is #01ba4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ba4e


Comments

No comments written yet.

Please login to write comment.