Color Hex Logo

#04faca Color Hex

#04FACA
(4,250,202)
0 Favorites   0 Comments

Color spaces of #04faca

RGB 4250202
HSL0.470.970.50
HSV168°98°98°
CMYK 0.980.000.19   0.02
XYZ44.896372.661367.5359
Yxy72.66130.24260.3926
Hunter Lab85.2416-55.157812.6944
CIE-Lab88.2859-60.11009.2390

#04faca color RGB value is (4,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11111010 11001010
Octal 4 372 312
Decimal 4 250 202
Hex 4 FA CA

RGB Percentages of Color #04faca

%0.88
%54.82
%44.30

CMYK Percentages of Color #04faca

%98
%0
%19
%2

Triadic Colors of #04faca

#04faca #ca04fa #faca04

Analogous Colors of #04faca

#04faca #04affa #04fa4f

Monochromatic Colors of #04faca

#04faca

Complementary Color

#04faca #fa0434

#04faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#04faca Color CSS Codes

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

#04faca Text Font Color

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

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


#04faca Background Color

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

This div background color is #04faca


#04faca Border Color

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

This div border color is #04faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04faca


Comments

No comments written yet.

Please login to write comment.