Color Hex Logo

#05baff Color Hex

#05BAFF
(5,186,255)
0 Favorites   0 Comments

Color spaces of #05baff

RGB 5186255
HSL0.551.000.51
HSV197°98°100°
CMYK 0.980.270.00   0.00
XYZ35.671542.3701100.9059
Yxy42.37010.19930.2368
Hunter Lab65.0923-16.0911-46.3465
CIE-Lab71.1253-14.8805-44.7753

#05baff color RGB value is (5,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111010 11111111
Octal 5 272 377
Decimal 5 186 255
Hex 5 BA FF

RGB Percentages of Color #05baff

%1.12
%41.70
%57.17

CMYK Percentages of Color #05baff

%98
%27
%0
%0

Triadic Colors of #05baff

#05baff #ff05ba #baff05

Analogous Colors of #05baff

#05baff #053dff #05ffc7

Monochromatic Colors of #05baff

#05baff

Complementary Color

#05baff #ff4a05

#05baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#05baff Color CSS Codes

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

#05baff Text Font Color

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

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


#05baff Background Color

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

This div background color is #05baff


#05baff Border Color

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

This div border color is #05baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05baff

Related Colors

#05baff Color Palettes


Comments

No comments written yet.

Please login to write comment.