Color Hex Logo

#05abd9 Color Hex

#05ABD9
(5,171,217)
0 Favorites   0 Comments

Color spaces of #05abd9

RGB 5171217
HSL0.540.950.44
HSV193°98°85°
CMYK 0.980.210.00   0.15
XYZ27.149934.167870.8097
Yxy34.16780.20550.2586
Hunter Lab58.4532-19.3849-30.9061
CIE-Lab65.0955-20.2587-33.4571

#05abd9 color RGB value is (5,171,217).

#05abd9 hex color red value is 5, green value is 171 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #05abd9 hue: 0.54 , saturation: 0.95 and the lightness value of 05abd9 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101011 11011001
Octal 5 253 331
Decimal 5 171 217
Hex 5 AB D9

RGB Percentages of Color #05abd9

%1.27
%43.51
%55.22

CMYK Percentages of Color #05abd9

%98
%21
%0
%15

Triadic Colors of #05abd9

#05abd9 #d905ab #abd905

Analogous Colors of #05abd9

#05abd9 #0541d9 #05d99d

Monochromatic Colors of #05abd9

#05abd9

Complementary Color

#05abd9 #d93305

#05abd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05abd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05abd9 Color CSS Codes

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

#05abd9 Text Font Color

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

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


#05abd9 Background Color

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

This div background color is #05abd9


#05abd9 Border Color

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

This div border color is #05abd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05abd9

#05abd9 Color Palettes


Comments

No comments written yet.

Please login to write comment.