Color Hex Logo

#05b0e1 Color Hex

#05B0E1
(5,176,225)
0 Favorites   0 Comments

Color spaces of #05b0e1

RGB 5176225
HSL0.540.960.45
HSV193°98°88°
CMYK 0.980.220.00   0.12
XYZ29.178536.519276.7452
Yxy36.51920.20480.2564
Hunter Lab60.4311-19.5677-32.9942
CIE-Lab66.9147-20.0949-35.0328

#05b0e1 color RGB value is (5,176,225).

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

The process color (four color CMYK) of #05b0e1 color hex is 0.98, 0.22, 0.00, 0.12. Web safe color of #05b0e1 is #0099cc. Color #05b0e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10110000 11100001
Octal 5 260 341
Decimal 5 176 225
Hex 5 B0 E1

RGB Percentages of Color #05b0e1

%1.23
%43.35
%55.42

CMYK Percentages of Color #05b0e1

%98
%22
%0
%12

Triadic Colors of #05b0e1

#05b0e1 #e105b0 #b0e105

Analogous Colors of #05b0e1

#05b0e1 #0542e1 #05e1a4

Monochromatic Colors of #05b0e1

#05b0e1

Complementary Color

#05b0e1 #e13605

#05b0e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05b0e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05b0e1 Color CSS Codes

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

#05b0e1 Text Font Color

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

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


#05b0e1 Background Color

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

This div background color is #05b0e1


#05b0e1 Border Color

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

This div border color is #05b0e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05b0e1


Comments

No comments written yet.

Please login to write comment.