Color Hex Logo

#04fbee Color Hex

#04FBEE
(4,251,238)
0 Favorites   0 Comments

Color spaces of #04fbee

RGB 4251238
HSL0.490.970.50
HSV177°98°98°
CMYK 0.980.000.05   0.02
XYZ49.979975.193292.7685
Yxy75.19320.22930.3450
Hunter Lab86.7140-48.8664-2.7299
CIE-Lab89.4834-51.0967-7.7343

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111011 11101110
Octal 4 373 356
Decimal 4 251 238
Hex 4 FB EE

RGB Percentages of Color #04fbee

%0.81
%50.91
%48.28

CMYK Percentages of Color #04fbee

%98
%0
%5
%2

Triadic Colors of #04fbee

#04fbee #ee04fb #fbee04

Analogous Colors of #04fbee

#04fbee #048dfb #04fb73

Monochromatic Colors of #04fbee

#04fbee

Complementary Color

#04fbee #fb0411

#04fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fbee Color CSS Codes

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

#04fbee Text Font Color

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

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


#04fbee Background Color

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

This div background color is #04fbee


#04fbee Border Color

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

This div border color is #04fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fbee

Related Colors


Comments

No comments written yet.

Please login to write comment.