Color Hex Logo

#01ffbe Color Hex

#01FFBE
(1,255,190)
0 Favorites   0 Comments

Color spaces of #01ffbe

RGB 1255190
HSL0.461.000.50
HSV165°100°100°
CMYK 1.000.000.25   0.00
XYZ45.066875.244260.8635
Yxy75.24420.24870.4153
Hunter Lab86.7434-59.062819.1196
CIE-Lab89.5073-64.882117.1577

#01ffbe color RGB value is (1,255,190).

#01ffbe hex color red value is 1, green value is 255 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #01ffbe hue: 0.46 , saturation: 1.00 and the lightness value of 01ffbe is 0.50.

The process color (four color CMYK) of #01ffbe color hex is 1.00, 0.00, 0.25, 0.00. Web safe color of #01ffbe is #00ffcc. Color #01ffbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11111111 10111110
Octal 1 377 276
Decimal 1 255 190
Hex 1 FF BE

RGB Percentages of Color #01ffbe

%0.22
%57.17
%42.60

CMYK Percentages of Color #01ffbe

%100
%0
%25
%0

Triadic Colors of #01ffbe

#01ffbe #be01ff #ffbe01

Analogous Colors of #01ffbe

#01ffbe #01c1ff #01ff3f

Monochromatic Colors of #01ffbe

#01ffbe

Complementary Color

#01ffbe #ff0142

#01ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ffbe Color CSS Codes

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

#01ffbe Text Font Color

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

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


#01ffbe Background Color

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

This div background color is #01ffbe


#01ffbe Border Color

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

This div border color is #01ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.