Color Hex Logo

#05bbef Color Hex

#05BBEF
(5,187,239)
0 Favorites   0 Comments

Color spaces of #05bbef

RGB 5187239
HSL0.540.960.48
HSV193°98°94°
CMYK 0.980.220.00   0.06
XYZ33.412941.804987.9695
Yxy41.80490.20480.2562
Hunter Lab64.6567-20.9051-35.4081
CIE-Lab70.7362-20.9817-36.7296

#05bbef color RGB value is (5,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10111011 11101111
Octal 5 273 357
Decimal 5 187 239
Hex 5 BB EF

RGB Percentages of Color #05bbef

%1.16
%43.39
%55.45

CMYK Percentages of Color #05bbef

%98
%22
%0
%6

Triadic Colors of #05bbef

#05bbef #ef05bb #bbef05

Analogous Colors of #05bbef

#05bbef #0546ef #05efae

Monochromatic Colors of #05bbef

#05bbef

Complementary Color

#05bbef #ef3905

#05bbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05bbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#05bbef Color CSS Codes

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

#05bbef Text Font Color

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

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


#05bbef Background Color

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

This div background color is #05bbef


#05bbef Border Color

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

This div border color is #05bbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05bbef


Comments

No comments written yet.

Please login to write comment.