Color Hex Logo

#05bbfd Color Hex

#05BBFD
(5,187,253)
0 Favorites   0 Comments

Color spaces of #05bbfd

RGB 5187253
HSL0.540.980.51
HSV196°98°99°
CMYK 0.980.260.00   0.01
XYZ35.562542.664899.2893
Yxy42.66480.20030.2403
Hunter Lab65.3183-17.1228-44.4030
CIE-Lab71.3269-16.1169-43.3809

#05bbfd color RGB value is (5,187,253).

#05bbfd hex color red value is 5, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #05bbfd hue: 0.54 , saturation: 0.98 and the lightness value of 05bbfd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111011 11111101
Octal 5 273 375
Decimal 5 187 253
Hex 5 BB FD

RGB Percentages of Color #05bbfd

%1.12
%42.02
%56.85

CMYK Percentages of Color #05bbfd

%98
%26
%0
%1

Triadic Colors of #05bbfd

#05bbfd #fd05bb #bbfd05

Analogous Colors of #05bbfd

#05bbfd #053ffd #05fdc3

Monochromatic Colors of #05bbfd

#05bbfd

Complementary Color

#05bbfd #fd4705

#05bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bbfd Color CSS Codes

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

#05bbfd Text Font Color

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

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


#05bbfd Background Color

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

This div background color is #05bbfd


#05bbfd Border Color

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

This div border color is #05bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.