Color Hex Logo

#04ffbe Color Hex

#04FFBE
(4,255,190)
0 Favorites   0 Comments

Color spaces of #04ffbe

RGB 4255190
HSL0.461.000.51
HSV164°98°100°
CMYK 0.980.000.25   0.00
XYZ45.104375.263560.8653
Yxy75.26350.24890.4153
Hunter Lab86.7545-59.017019.1315
CIE-Lab89.5163-64.812817.1717

#04ffbe color RGB value is (4,255,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111111 10111110
Octal 4 377 276
Decimal 4 255 190
Hex 4 FF BE

RGB Percentages of Color #04ffbe

%0.89
%56.79
%42.32

CMYK Percentages of Color #04ffbe

%98
%0
%25
%0

Triadic Colors of #04ffbe

#04ffbe #be04ff #ffbe04

Analogous Colors of #04ffbe

#04ffbe #04c3ff #04ff41

Monochromatic Colors of #04ffbe

#04ffbe

Complementary Color

#04ffbe #ff0445

#04ffbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ffbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ffbe Color CSS Codes

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

#04ffbe Text Font Color

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

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


#04ffbe Background Color

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

This div background color is #04ffbe


#04ffbe Border Color

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

This div border color is #04ffbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ffbe

Related Colors


Comments

No comments written yet.

Please login to write comment.