Color Hex Logo

#05adf5 Color Hex

#05ADF5
(5,173,245)
0 Favorites   0 Comments

Color spaces of #05adf5

RGB 5173245
HSL0.550.960.49
HSV198°98°96°
CMYK 0.980.290.00   0.04
XYZ31.487636.512091.7741
Yxy36.51200.19710.2285
Hunter Lab60.4252-12.7275-47.7524
CIE-Lab66.9093-11.3987-45.9753

#05adf5 color RGB value is (5,173,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10101101 11110101
Octal 5 255 365
Decimal 5 173 245
Hex 5 AD F5

RGB Percentages of Color #05adf5

%1.18
%40.90
%57.92

CMYK Percentages of Color #05adf5

%98
%29
%0
%4

Triadic Colors of #05adf5

#05adf5 #f505ad #adf505

Analogous Colors of #05adf5

#05adf5 #0535f5 #05f5c5

Monochromatic Colors of #05adf5

#05adf5

Complementary Color

#05adf5 #f54d05

#05adf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05adf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#05adf5 Color CSS Codes

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

#05adf5 Text Font Color

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

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


#05adf5 Background Color

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

This div background color is #05adf5


#05adf5 Border Color

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

This div border color is #05adf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05adf5


Comments

No comments written yet.

Please login to write comment.