Color Hex Logo

#58badf Color Hex

#58BADF
(88,186,223)
0 Favorites   0 Comments

Color spaces of #58badf

RGB 88186223
HSL0.550.680.61
HSV196°61°87°
CMYK 0.610.170.00   0.13
XYZ34.902742.520276.1797
Yxy42.52020.22720.2768
Hunter Lab65.2075-18.5700-23.6212
CIE-Lab71.2281-17.9333-27.1577

#58badf color RGB value is (88,186,223).

#58badf hex color red value is 88, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #58badf hue: 0.55 , saturation: 0.68 and the lightness value of 58badf is 0.61.

The process color (four color CMYK) of #58badf color hex is 0.61, 0.17, 0.00, 0.13. Web safe color of #58badf is #66cccc. Color #58badf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11011111
Octal 130 272 337
Decimal 88 186 223
Hex 58 BA DF

RGB Percentages of Color #58badf

%17.71
%37.42
%44.87

CMYK Percentages of Color #58badf

%61
%17
%0
%13

Triadic Colors of #58badf

#58badf #df58ba #badf58

Analogous Colors of #58badf

#58badf #5877df #58dfc1

Monochromatic Colors of #58badf

#58badf

Complementary Color

#58badf #df7d58

#58badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58badf Color CSS Codes

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

#58badf Text Font Color

<p style="color:#58badf">Text here</p>

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


#58badf Background Color

<div style="background-color:#58badf">
Div content here</div>

This div background color is #58badf


#58badf Border Color

<div style="border:3px solid #58badf">
Div here</div>

This div border color is #58badf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,186,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58badf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58badf;
  -webkit-box-shadow: 1px 1px 3px 2px #58badf;
  box-shadow:         1px 1px 3px 2px #58badf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,186,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58badf


Comments

No comments written yet.

Please login to write comment.