Color Hex Logo

#05a3ed Color Hex

#05A3ED
(5,163,237)
0 Favorites   0 Comments

Color spaces of #05a3ed

RGB 5163237
HSL0.550.960.47
HSV199°98°93°
CMYK 0.980.310.00   0.07
XYZ28.445832.341184.8640
Yxy32.34110.19530.2220
Hunter Lab56.8692-10.2361-48.6680
CIE-Lab63.6238-8.7570-46.7741

#05a3ed color RGB value is (5,163,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10100011 11101101
Octal 5 243 355
Decimal 5 163 237
Hex 5 A3 ED

RGB Percentages of Color #05a3ed

%1.23
%40.25
%58.52

CMYK Percentages of Color #05a3ed

%98
%31
%0
%7

Triadic Colors of #05a3ed

#05a3ed #ed05a3 #a3ed05

Analogous Colors of #05a3ed

#05a3ed #052fed #05edc3

Monochromatic Colors of #05a3ed

#05a3ed

Complementary Color

#05a3ed #ed4f05

#05a3ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#05a3ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#05a3ed Color CSS Codes

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

#05a3ed Text Font Color

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

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


#05a3ed Background Color

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

This div background color is #05a3ed


#05a3ed Border Color

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

This div border color is #05a3ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #05a3ed


Comments

No comments written yet.

Please login to write comment.