Color Hex Logo

#04baff Color Hex

#04BAFF
(4,186,255)
0 Favorites   0 Comments

Color spaces of #04baff

RGB 4186255
HSL0.551.000.51
HSV196°98°100°
CMYK 0.980.270.00   0.00
XYZ35.659042.3636100.9053
Yxy42.36360.19930.2368
Hunter Lab65.0873-16.1091-46.3565
CIE-Lab71.1209-14.9035-44.7826

#04baff color RGB value is (4,186,255).

#04baff hex color red value is 4, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #04baff hue: 0.55 , saturation: 1.00 and the lightness value of 04baff is 0.51.

The process color (four color CMYK) of #04baff color hex is 0.98, 0.27, 0.00, 0.00. Web safe color of #04baff is #00ccff. Color #04baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 10111010 11111111
Octal 4 272 377
Decimal 4 186 255
Hex 4 BA FF

RGB Percentages of Color #04baff

%0.90
%41.80
%57.30

CMYK Percentages of Color #04baff

%98
%27
%0
%0

Triadic Colors of #04baff

#04baff #ff04ba #baff04

Analogous Colors of #04baff

#04baff #043cff #04ffc7

Monochromatic Colors of #04baff

#04baff

Complementary Color

#04baff #ff4904

#04baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#04baff Color CSS Codes

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

#04baff Text Font Color

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

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


#04baff Background Color

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

This div background color is #04baff


#04baff Border Color

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

This div border color is #04baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04baff

Related Colors


Comments

No comments written yet.

Please login to write comment.