Color Hex Logo

#058aee Color Hex

#058AEE
(5,138,238)
0 Favorites   0 Comments

Color spaces of #058aee

RGB 5138238
HSL0.570.960.48
HSV206°98°93°
CMYK 0.980.420.00   0.07
XYZ24.583724.382384.2995
Yxy24.38230.18450.1830
Hunter Lab49.37842.4563-66.6557
CIE-Lab56.46856.2066-58.7017

#058aee color RGB value is (5,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001010 11101110
Octal 5 212 356
Decimal 5 138 238
Hex 5 8A EE

RGB Percentages of Color #058aee

%1.31
%36.22
%62.47

CMYK Percentages of Color #058aee

%98
%42
%0
%7

Triadic Colors of #058aee

#058aee #ee058a #8aee05

Analogous Colors of #058aee

#058aee #0516ee #05eede

Monochromatic Colors of #058aee

#058aee

Complementary Color

#058aee #ee6905

#058aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#058aee Color CSS Codes

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

#058aee Text Font Color

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

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


#058aee Background Color

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

This div background color is #058aee


#058aee Border Color

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

This div border color is #058aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058aee


Comments

No comments written yet.

Please login to write comment.