color codes Logo

#01bc6e color codes

#01BC6E
(1,188,110)
0 Favorites   0 Comments

Color spaces of #01bc6e

RGB 1188110
HSL0.430.990.37
HSV155°99°74°
CMYK 0.990.000.41   0.26
XYZ20.810237.098720.8158
Yxy37.09870.26430.4712
Hunter Lab60.9087-45.603522.3735
CIE-Lab67.3510-57.913728.4940

#01bc6e color RGB value is (1,188,110).

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

The process color (four color CMYK) of #01bc6e color code is 0.99, 0.00, 0.41, 0.26. Web safe color of #01bc6e is #00cc66. Color #01bc6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10111100 01101110
Octal 1 274 156
Decimal 1 188 110
Hex 1 BC 6E

RGB Percentages of Color #01bc6e

%0.33
%62.88
%36.79

CMYK Percentages of Color #01bc6e

%99
%0
%41
%26

Triadic Colors of #01bc6e

#01bc6e #6e01bc #bc6e01

Analogous Colors of #01bc6e

#01bc6e #01adbc #01bc11

Monochromatic Colors of #01bc6e

#01bc6e

Complementary Color

#01bc6e #bc014f

#01bc6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01bc6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01bc6e Color CSS Codes

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

#01bc6e Text Font Color

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

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


#01bc6e Background Color

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

This div background color is #01bc6e


#01bc6e Border Color

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

This div border color is #01bc6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01bc6e


Comments

No comments written yet.

Please login to write comment.