Color Hex Logo

#01f0b1 Color Hex

#01F0B1
(1,240,177)
0 Favorites   0 Comments

Color spaces of #01f0b1

RGB 1240177
HSL0.460.990.47
HSV164°100°94°
CMYK 1.000.000.26   0.06
XYZ39.108465.501052.1767
Yxy65.50100.24940.4178
Hunter Lab80.9327-55.377218.4291
CIE-Lab84.7412-62.340017.1842

#01f0b1 color RGB value is (1,240,177).

#01f0b1 hex color red value is 1, green value is 240 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #01f0b1 hue: 0.46 , saturation: 0.99 and the lightness value of 01f0b1 is 0.47.

The process color (four color CMYK) of #01f0b1 color hex is 1.00, 0.00, 0.26, 0.06. Web safe color of #01f0b1 is #00ff99. Color #01f0b1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11110000 10110001
Octal 1 360 261
Decimal 1 240 177
Hex 1 F0 B1

RGB Percentages of Color #01f0b1

%0.24
%57.42
%42.34

CMYK Percentages of Color #01f0b1

%100
%0
%26
%6

Triadic Colors of #01f0b1

#01f0b1 #b101f0 #f0b101

Analogous Colors of #01f0b1

#01f0b1 #01b8f0 #01f03a

Monochromatic Colors of #01f0b1

#01f0b1

Complementary Color

#01f0b1 #f00140

#01f0b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01f0b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01f0b1 Color CSS Codes

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

#01f0b1 Text Font Color

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

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


#01f0b1 Background Color

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

This div background color is #01f0b1


#01f0b1 Border Color

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

This div border color is #01f0b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01f0b1


Comments

No comments written yet.

Please login to write comment.