Color Hex Logo

#05aabd Color Hex

#05AABD
(5,170,189)
0 Favorites   0 Comments

Color spaces of #05aabd

RGB 5170189
HSL0.520.950.38
HSV186°97°74°
CMYK 0.970.100.00   0.26
XYZ23.622632.455853.1637
Yxy32.45580.21620.2971
Hunter Lab56.9700-25.6825-15.4497
CIE-Lab63.7178-29.2471-20.0438

#05aabd color RGB value is (5,170,189).

#05aabd hex color red value is 5, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #05aabd hue: 0.52 , saturation: 0.95 and the lightness value of 05aabd is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101010 10111101
Octal 5 252 275
Decimal 5 170 189
Hex 5 AA BD

RGB Percentages of Color #05aabd

%1.37
%46.70
%51.92

CMYK Percentages of Color #05aabd

%97
%10
%0
%26

Triadic Colors of #05aabd

#05aabd #bd05aa #aabd05

Analogous Colors of #05aabd

#05aabd #054ebd #05bd74

Monochromatic Colors of #05aabd

#05aabd

Complementary Color

#05aabd #bd1805

#05aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#05aabd Color CSS Codes

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

#05aabd Text Font Color

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

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


#05aabd Background Color

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

This div background color is #05aabd


#05aabd Border Color

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

This div border color is #05aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05aabd


Comments

No comments written yet.

Please login to write comment.