Color Hex Logo

#05aada Color Hex

#05AADA
(5,170,218)
0 Favorites   0 Comments

Color spaces of #05aada

RGB 5170218
HSL0.540.960.44
HSV194°98°85°
CMYK 0.980.220.00   0.15
XYZ27.092233.843771.4342
Yxy33.84370.20470.2557
Hunter Lab58.1753-18.6796-32.0802
CIE-Lab64.8383-19.3834-34.4085

#05aada color RGB value is (5,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101010 11011010
Octal 5 252 332
Decimal 5 170 218
Hex 5 AA DA

RGB Percentages of Color #05aada

%1.27
%43.26
%55.47

CMYK Percentages of Color #05aada

%98
%22
%0
%15

Triadic Colors of #05aada

#05aada #da05aa #aada05

Analogous Colors of #05aada

#05aada #0540da #05daa0

Monochromatic Colors of #05aada

#05aada

Complementary Color

#05aada #da3505

#05aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#05aada Color CSS Codes

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

#05aada Text Font Color

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

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


#05aada Background Color

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

This div background color is #05aada


#05aada Border Color

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

This div border color is #05aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05aada


Comments

No comments written yet.

Please login to write comment.