Color Hex Logo

#58badd Color Hex

#58BADD
(88,186,221)
0 Favorites   0 Comments

Color spaces of #58badd

RGB 88186221
HSL0.540.660.61
HSV196°60°87°
CMYK 0.600.160.00   0.13
XYZ34.634642.413074.7677
Yxy42.41300.22810.2794
Hunter Lab65.1253-19.0402-22.4808
CIE-Lab71.1547-18.5362-26.1804

#58badd color RGB value is (88,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11011101
Octal 130 272 335
Decimal 88 186 221
Hex 58 BA DD

RGB Percentages of Color #58badd

%17.78
%37.58
%44.65

CMYK Percentages of Color #58badd

%60
%16
%0
%13

Triadic Colors of #58badd

#58badd #dd58ba #badd58

Analogous Colors of #58badd

#58badd #5878dd #58ddbe

Monochromatic Colors of #58badd

#58badd

Complementary Color

#58badd #dd7b58

#58badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58badd Color CSS Codes

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

#58badd Text Font Color

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

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


#58badd Background Color

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

This div background color is #58badd


#58badd Border Color

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

This div border color is #58badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58badd


Comments

No comments written yet.

Please login to write comment.