Color Hex Logo

#058aec Color Hex

#058AEC
(5,138,236)
0 Favorites   0 Comments

Color spaces of #058aec

RGB 5138236
HSL0.570.960.47
HSV205°98°93°
CMYK 0.980.420.00   0.07
XYZ24.291424.265482.7603
Yxy24.26540.18500.1848
Hunter Lab49.25991.8183-65.1296
CIE-Lab56.35255.4390-57.7771

#058aec color RGB value is (5,138,236).

#058aec hex color red value is 5, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #058aec hue: 0.57 , saturation: 0.96 and the lightness value of 058aec is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001010 11101100
Octal 5 212 354
Decimal 5 138 236
Hex 5 8A EC

RGB Percentages of Color #058aec

%1.32
%36.41
%62.27

CMYK Percentages of Color #058aec

%98
%42
%0
%7

Triadic Colors of #058aec

#058aec #ec058a #8aec05

Analogous Colors of #058aec

#058aec #0516ec #05ecdb

Monochromatic Colors of #058aec

#058aec

Complementary Color

#058aec #ec6705

#058aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#058aec Color CSS Codes

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

#058aec Text Font Color

<p style="color:#058aec">Text here</p>

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


#058aec Background Color

<div style="background-color:#058aec">
Div content here</div>

This div background color is #058aec


#058aec Border Color

<div style="border:3px solid #058aec">
Div here</div>

This div border color is #058aec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,138,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058aec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058aec;
  -webkit-box-shadow: 1px 1px 3px 2px #058aec;
  box-shadow:         1px 1px 3px 2px #058aec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058aec


Comments

No comments written yet.

Please login to write comment.