Color Hex Logo

#04fbab Color Hex

#04FBAB
(4,251,171)
0 Favorites   0 Comments

Color spaces of #04fbab

RGB 4251171
HSL0.450.970.50
HSV161°98°98°
CMYK 0.980.000.32   0.02
XYZ41.897971.960450.2096
Yxy71.96040.25540.4386
Hunter Lab84.8295-60.289124.2876
CIE-Lab87.9495-67.529124.7078

#04fbab color RGB value is (4,251,171).

#04fbab hex color red value is 4, green value is 251 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #04fbab hue: 0.45 , saturation: 0.97 and the lightness value of 04fbab is 0.50.

The process color (four color CMYK) of #04fbab color hex is 0.98, 0.00, 0.32, 0.02. Web safe color of #04fbab is #00ff99. Color #04fbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111011 10101011
Octal 4 373 253
Decimal 4 251 171
Hex 4 FB AB

RGB Percentages of Color #04fbab

%0.94
%58.92
%40.14

CMYK Percentages of Color #04fbab

%98
%0
%32
%2

Triadic Colors of #04fbab

#04fbab #ab04fb #fbab04

Analogous Colors of #04fbab

#04fbab #04d0fb #04fb2f

Monochromatic Colors of #04fbab

#04fbab

Complementary Color

#04fbab #fb0454

#04fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fbab Color CSS Codes

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

#04fbab Text Font Color

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

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


#04fbab Background Color

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

This div background color is #04fbab


#04fbab Border Color

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

This div border color is #04fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fbab


Comments

No comments written yet.

Please login to write comment.