Color Hex Logo

#058dae Color Hex

#058DAE
(5,141,174)
0 Favorites   0 Comments

Color spaces of #058dae

RGB 5141174
HSL0.530.940.35
HSV192°97°68°
CMYK 0.970.190.00   0.32
XYZ17.227422.138043.4095
Yxy22.13800.20810.2674
Hunter Lab47.0510-16.9828-21.7655
CIE-Lab54.1731-19.5068-26.2109

#058dae color RGB value is (5,141,174).

#058dae hex color red value is 5, green value is 141 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #058dae hue: 0.53 , saturation: 0.94 and the lightness value of 058dae is 0.35.

The process color (four color CMYK) of #058dae color hex is 0.97, 0.19, 0.00, 0.32. Web safe color of #058dae is #009999. Color #058dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001101 10101110
Octal 5 215 256
Decimal 5 141 174
Hex 5 8D AE

RGB Percentages of Color #058dae

%1.56
%44.06
%54.38

CMYK Percentages of Color #058dae

%97
%19
%0
%32

Triadic Colors of #058dae

#058dae #ae058d #8dae05

Analogous Colors of #058dae

#058dae #0539ae #05ae7b

Monochromatic Colors of #058dae

#058dae

Complementary Color

#058dae #ae2605

#058dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#058dae Color CSS Codes

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

#058dae Text Font Color

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

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


#058dae Background Color

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

This div background color is #058dae


#058dae Border Color

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

This div border color is #058dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058dae


Comments

No comments written yet.

Please login to write comment.