Color Hex Logo

#05abeb Color Hex

#05ABEB
(5,171,235)
0 Favorites   0 Comments

Color spaces of #05abeb

RGB 5171235
HSL0.550.960.47
HSV197°98°92°
CMYK 0.980.270.00   0.08
XYZ29.620935.156283.8219
Yxy35.15620.19930.2366
Hunter Lab59.2927-14.5887-42.3133
CIE-Lab65.8701-13.8960-42.1447

#05abeb color RGB value is (5,171,235).

#05abeb hex color red value is 5, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #05abeb hue: 0.55 , saturation: 0.96 and the lightness value of 05abeb is 0.47.

The process color (four color CMYK) of #05abeb color hex is 0.98, 0.27, 0.00, 0.08. Web safe color of #05abeb is #0099ff. Color #05abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101011 11101011
Octal 5 253 353
Decimal 5 171 235
Hex 5 AB EB

RGB Percentages of Color #05abeb

%1.22
%41.61
%57.18

CMYK Percentages of Color #05abeb

%98
%27
%0
%8

Triadic Colors of #05abeb

#05abeb #eb05ab #abeb05

Analogous Colors of #05abeb

#05abeb #0538eb #05ebb8

Monochromatic Colors of #05abeb

#05abeb

Complementary Color

#05abeb #eb4505

#05abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#05abeb Color CSS Codes

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

#05abeb Text Font Color

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

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


#05abeb Background Color

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

This div background color is #05abeb


#05abeb Border Color

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

This div border color is #05abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05abeb


Comments

No comments written yet.

Please login to write comment.