Color Hex Logo

#04ffbf Color Hex

#04FFBF
(4,255,191)
0 Favorites   0 Comments

Color spaces of #04ffbf

RGB 4255191
HSL0.461.000.51
HSV165°98°100°
CMYK 0.980.000.25   0.00
XYZ45.214075.307461.4430
Yxy75.30740.24850.4139
Hunter Lab86.7798-58.862718.7666
CIE-Lab89.5368-64.585316.6874

#04ffbf color RGB value is (4,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111111 10111111
Octal 4 377 277
Decimal 4 255 191
Hex 4 FF BF

RGB Percentages of Color #04ffbf

%0.89
%56.67
%42.44

CMYK Percentages of Color #04ffbf

%98
%0
%25
%0

Triadic Colors of #04ffbf

#04ffbf #bf04ff #ffbf04

Analogous Colors of #04ffbf

#04ffbf #04c2ff #04ff42

Monochromatic Colors of #04ffbf

#04ffbf

Complementary Color

#04ffbf #ff0444

#04ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ffbf Color CSS Codes

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

#04ffbf Text Font Color

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

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


#04ffbf Background Color

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

This div background color is #04ffbf


#04ffbf Border Color

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

This div border color is #04ffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ffbf


Comments

No comments written yet.

Please login to write comment.