Color Hex Logo

#04effa Color Hex

#04EFFA
(4,239,250)
0 Favorites   0 Comments

Color spaces of #04effa

RGB 4239250
HSL0.510.970.50
HSV183°98°98°
CMYK 0.980.040.00   0.02
XYZ48.171968.6609101.1564
Yxy68.66090.22100.3150
Hunter Lab82.8619-41.2370-14.3769
CIE-Lab86.3359-42.4559-18.7115

#04effa color RGB value is (4,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101111 11111010
Octal 4 357 372
Decimal 4 239 250
Hex 4 EF FA

RGB Percentages of Color #04effa

%0.81
%48.48
%50.71

CMYK Percentages of Color #04effa

%98
%4
%0
%2

Triadic Colors of #04effa

#04effa #fa04ef #effa04

Analogous Colors of #04effa

#04effa #0474fa #04fa8a

Monochromatic Colors of #04effa

#04effa

Complementary Color

#04effa #fa0f04

#04effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#04effa Color CSS Codes

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

#04effa Text Font Color

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

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


#04effa Background Color

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

This div background color is #04effa


#04effa Border Color

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

This div border color is #04effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04effa

Related Colors


Comments

No comments written yet.

Please login to write comment.