Color Hex Logo

#018b01 Color Hex

#018B01
(1,139,1)
0 Favorites   0 Comments

Color spaces of #018b01

RGB 11391
HSL0.330.990.27
HSV120°99°55°
CMYK 0.990.000.99   0.45
XYZ9.250618.47393.1070
Yxy18.47390.30000.5992
Hunter Lab42.9813-36.799825.8010
CIE-Lab50.0659-54.774352.7905

#018b01 color RGB value is (1,139,1).

#018b01 hex color red value is 1, green value is 139 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #018b01 hue: 0.33 , saturation: 0.99 and the lightness value of 018b01 is 0.27.

The process color (four color CMYK) of #018b01 color hex is 0.99, 0.00, 0.99, 0.45. Web safe color of #018b01 is #009900. Color #018b01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10001011 00000001
Octal 1 213 1
Decimal 1 139 1
Hex 1 8B 1

RGB Percentages of Color #018b01

%0.71
%98.58
%0.71

CMYK Percentages of Color #018b01

%99
%0
%99
%45

Triadic Colors of #018b01

#018b01 #01018b #8b0101

Analogous Colors of #018b01

#018b01 #018b46 #468b01

Monochromatic Colors of #018b01

#018b01

Complementary Color

#018b01 #8b018b

#018b01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#018b01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#018b01 Color CSS Codes

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

#018b01 Text Font Color

<p style="color:#018b01">Text here</p>

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


#018b01 Background Color

<div style="background-color:#018b01">
Div content here</div>

This div background color is #018b01


#018b01 Border Color

<div style="border:3px solid #018b01">
Div here</div>

This div border color is #018b01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,139,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #018b01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #018b01;
  -webkit-box-shadow: 1px 1px 3px 2px #018b01;
  box-shadow:         1px 1px 3px 2px #018b01; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #018b01

#018b01 Color Palettes


Comments

No comments written yet.

Please login to write comment.