Color Hex Logo

#04fbfb Color Hex

#04FBFB
(4,251,251)
0 Favorites   0 Comments

Color spaces of #04fbfb

RGB 4251251
HSL0.500.970.50
HSV180°98°98°
CMYK 0.980.000.00   0.02
XYZ51.959875.9852103.1948
Yxy75.98520.22480.3287
Hunter Lab87.1695-46.1467-9.1713
CIE-Lab89.8525-47.4273-13.9505

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111011 11111011
Octal 4 373 373
Decimal 4 251 251
Hex 4 FB FB

RGB Percentages of Color #04fbfb

%0.79
%49.60
%49.60

CMYK Percentages of Color #04fbfb

%98
%0
%0
%2

Triadic Colors of #04fbfb

#04fbfb #fb04fb #fbfb04

Analogous Colors of #04fbfb

#04fbfb #0480fb #04fb80

Monochromatic Colors of #04fbfb

#04fbfb

Complementary Color

#04fbfb #fb0404

#04fbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fbfb Color CSS Codes

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

#04fbfb Text Font Color

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

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


#04fbfb Background Color

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

This div background color is #04fbfb


#04fbfb Border Color

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

This div border color is #04fbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.