Color Hex Logo

#01ab5d Color Hex

#01AB5D
(1,171,93)
0 Favorites   0 Comments

Color spaces of #01ab5d

RGB 117193
HSL0.420.990.34
HSV152°99°67°
CMYK 0.990.000.46   0.33
XYZ16.551229.922615.2592
Yxy29.92260.26810.4847
Hunter Lab54.7016-41.718521.7519
CIE-Lab61.5874-55.216629.8861

#01ab5d color RGB value is (1,171,93).

#01ab5d hex color red value is 1, green value is 171 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #01ab5d hue: 0.42 , saturation: 0.99 and the lightness value of 01ab5d is 0.34.

The process color (four color CMYK) of #01ab5d color hex is 0.99, 0.00, 0.46, 0.33. Web safe color of #01ab5d is #009966. Color #01ab5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10101011 01011101
Octal 1 253 135
Decimal 1 171 93
Hex 1 AB 5D

RGB Percentages of Color #01ab5d

%0.38
%64.53
%35.09

CMYK Percentages of Color #01ab5d

%99
%0
%46
%33

Triadic Colors of #01ab5d

#01ab5d #5d01ab #ab5d01

Analogous Colors of #01ab5d

#01ab5d #01a4ab #01ab08

Monochromatic Colors of #01ab5d

#01ab5d

Complementary Color

#01ab5d #ab014f

#01ab5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ab5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ab5d Color CSS Codes

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

#01ab5d Text Font Color

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

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


#01ab5d Background Color

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

This div background color is #01ab5d


#01ab5d Border Color

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

This div border color is #01ab5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ab5d


Comments

No comments written yet.

Please login to write comment.