Color Hex Logo

#05abba Color Hex

#05ABBA
(5,171,186)
0 Favorites   0 Comments

Color spaces of #05abba

RGB 5171186
HSL0.510.950.37
HSV185°97°73°
CMYK 0.970.080.00   0.27
XYZ23.488432.703351.5288
Yxy32.70330.21800.3036
Hunter Lab57.1868-26.7614-13.3932
CIE-Lab63.9199-30.7147-18.0641

#05abba color RGB value is (5,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101011 10111010
Octal 5 253 272
Decimal 5 171 186
Hex 5 AB BA

RGB Percentages of Color #05abba

%1.38
%47.24
%51.38

CMYK Percentages of Color #05abba

%97
%8
%0
%27

Triadic Colors of #05abba

#05abba #ba05ab #abba05

Analogous Colors of #05abba

#05abba #0550ba #05ba6f

Monochromatic Colors of #05abba

#05abba

Complementary Color

#05abba #ba1405

#05abba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05abba Color Preview on White Background

Lorem ipsum dolor sit amet.

#05abba Color CSS Codes

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

#05abba Text Font Color

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

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


#05abba Background Color

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

This div background color is #05abba


#05abba Border Color

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

This div border color is #05abba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05abba


Comments

No comments written yet.

Please login to write comment.