Color Hex Logo

#04fcea Color Hex

#04FCEA
(4,252,234)
0 Favorites   0 Comments

Color spaces of #04fcea

RGB 4252234
HSL0.490.980.50
HSV176°98°99°
CMYK 0.980.000.07   0.01
XYZ49.711875.587189.8116
Yxy75.58710.23110.3514
Hunter Lab86.9408-50.0822-0.3891
CIE-Lab89.6673-52.6121-5.3810

#04fcea color RGB value is (4,252,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111100 11101010
Octal 4 374 352
Decimal 4 252 234
Hex 4 FC EA

RGB Percentages of Color #04fcea

%0.82
%51.43
%47.76

CMYK Percentages of Color #04fcea

%98
%0
%7
%1

Triadic Colors of #04fcea

#04fcea #ea04fc #fcea04

Analogous Colors of #04fcea

#04fcea #0492fc #04fc6e

Monochromatic Colors of #04fcea

#04fcea

Complementary Color

#04fcea #fc0416

#04fcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04fcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#04fcea Color CSS Codes

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

#04fcea Text Font Color

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

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


#04fcea Background Color

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

This div background color is #04fcea


#04fcea Border Color

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

This div border color is #04fcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04fcea


Comments

No comments written yet.

Please login to write comment.