Color Hex Logo

#04fcef Color Hex

#04FCEF
(4,252,239)
0 Favorites   0 Comments

Color spaces of #04fcef

RGB 4252239
HSL0.490.980.50
HSV177°98°99°
CMYK 0.980.000.05   0.01
XYZ50.440575.878693.6489
Yxy75.87860.22930.3450
Hunter Lab87.1083-49.0783-2.7660
CIE-Lab89.8029-51.2380-7.7813

#04fcef color RGB value is (4,252,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111100 11101111
Octal 4 374 357
Decimal 4 252 239
Hex 4 FC EF

RGB Percentages of Color #04fcef

%0.81
%50.91
%48.28

CMYK Percentages of Color #04fcef

%98
%0
%5
%1

Triadic Colors of #04fcef

#04fcef #ef04fc #fcef04

Analogous Colors of #04fcef

#04fcef #048dfc #04fc73

Monochromatic Colors of #04fcef

#04fcef

Complementary Color

#04fcef #fc0411

#04fcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fcef Color CSS Codes

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

#04fcef Text Font Color

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

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


#04fcef Background Color

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

This div background color is #04fcef


#04fcef Border Color

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

This div border color is #04fcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fcef

Related Colors


Comments

No comments written yet.

Please login to write comment.