Color Hex Logo

#058abd Color Hex

#058ABD
(5,138,189)
0 Favorites   0 Comments

Color spaces of #058abd

RGB 5138189
HSL0.550.950.38
HSV197°97°74°
CMYK 0.970.270.00   0.26
XYZ18.336421.883351.4016
Yxy21.88330.20010.2388
Hunter Lab46.7796-11.8969-32.4024
CIE-Lab53.9030-12.3963-35.2064

#058abd color RGB value is (5,138,189).

#058abd hex color red value is 5, green value is 138 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #058abd hue: 0.55 , saturation: 0.95 and the lightness value of 058abd is 0.38.

The process color (four color CMYK) of #058abd color hex is 0.97, 0.27, 0.00, 0.26. Web safe color of #058abd is #0099cc. Color #058abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001010 10111101
Octal 5 212 275
Decimal 5 138 189
Hex 5 8A BD

RGB Percentages of Color #058abd

%1.51
%41.57
%56.93

CMYK Percentages of Color #058abd

%97
%27
%0
%26

Triadic Colors of #058abd

#058abd #bd058a #8abd05

Analogous Colors of #058abd

#058abd #052ebd #05bd94

Monochromatic Colors of #058abd

#058abd

Complementary Color

#058abd #bd3805

#058abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#058abd Color CSS Codes

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

#058abd Text Font Color

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

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


#058abd Background Color

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

This div background color is #058abd


#058abd Border Color

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

This div border color is #058abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058abd


Comments

No comments written yet.

Please login to write comment.