Color Hex Logo

#00ffbe Color Hex

#00FFBE
(0,255,190)
0 Favorites   2 Comments

Color spaces of #00ffbe

RGB 0255190
HSL0.461.000.50
HSV165°100°100°
CMYK 1.000.000.25   0.00
XYZ45.054375.237760.8629
Yxy75.23770.24870.4153
Hunter Lab86.7397-59.078019.1156
CIE-Lab89.5042-64.905017.1530

#00ffbe color RGB value is (0,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 10111110
Octal 0 377 276
Decimal 0 255 190
Hex 0 FF BE

RGB Percentages of Color #00ffbe

%0.00
%57.30
%42.70

CMYK Percentages of Color #00ffbe

%100
%0
%25
%0

Triadic Colors of #00ffbe

#00ffbe #be00ff #ffbe00

Analogous Colors of #00ffbe

#00ffbe #00c1ff #00ff3f

Monochromatic Colors of #00ffbe

#00ffbe

Complementary Color

#00ffbe #ff0041

#00ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffbe Color CSS Codes

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

#00ffbe Text Font Color

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

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


#00ffbe Background Color

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

This div background color is #00ffbe


#00ffbe Border Color

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

This div border color is #00ffbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #00ffbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ffbe


Comments

10 Oct 2020, 6:34 Mohamd

00FFBE (0,255,190

10 Oct 2020, 6:33 Mohamd

Mohmd SXB

Please login to write comment.