color codes Logo

#04ebfa color codes

#04EBFA
(4,235,250)
0 Favorites   0 Comments

Color spaces of #04ebfa

RGB 4235250
HSL0.510.970.50
HSV184°98°98°
CMYK 0.980.060.00   0.02
XYZ47.013766.3446100.7704
Yxy66.34460.21960.3098
Hunter Lab81.4522-39.5123-16.3354
CIE-Lab85.1719-40.6596-20.4698

#04ebfa color RGB value is (4,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 11101011 11111010
Octal 4 353 372
Decimal 4 235 250
Hex 4 EB FA

RGB Percentages of Color #04ebfa

%0.82
%48.06
%51.12

CMYK Percentages of Color #04ebfa

%98
%6
%0
%2

Triadic Colors of #04ebfa

#04ebfa #fa04eb #ebfa04

Analogous Colors of #04ebfa

#04ebfa #0470fa #04fa8e

Monochromatic Colors of #04ebfa

#04ebfa

Complementary Color

#04ebfa #fa1304

#04ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#04ebfa Color CSS Codes

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

#04ebfa Text Font Color

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

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


#04ebfa Background Color

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

This div background color is #04ebfa


#04ebfa Border Color

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

This div border color is #04ebfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,235,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 #04ebfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04ebfa


Comments

No comments written yet.

Please login to write comment.