Color Hex Logo

#58bdbe Color Hex

#58BDBE
(88,189,190)
0 Favorites   0 Comments

Color spaces of #58bdbe

RGB 88189190
HSL0.500.440.55
HSV181°54°75°
CMYK 0.540.010.00   0.25
XYZ31.516442.187655.1971
Yxy42.18760.24450.3273
Hunter Lab64.9520-27.0531-4.9191
CIE-Lab71.0001-28.9260-9.4710

#58bdbe color RGB value is (88,189,190).

#58bdbe hex color red value is 88, green value is 189 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #58bdbe hue: 0.50 , saturation: 0.44 and the lightness value of 58bdbe is 0.55.

The process color (four color CMYK) of #58bdbe color hex is 0.54, 0.01, 0.00, 0.25. Web safe color of #58bdbe is #66cccc. Color #58bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111101 10111110
Octal 130 275 276
Decimal 88 189 190
Hex 58 BD BE

RGB Percentages of Color #58bdbe

%18.84
%40.47
%40.69

CMYK Percentages of Color #58bdbe

%54
%1
%0
%25

Triadic Colors of #58bdbe

#58bdbe #be58bd #bdbe58

Analogous Colors of #58bdbe

#58bdbe #588abe #58be8c

Monochromatic Colors of #58bdbe

#58bdbe

Complementary Color

#58bdbe #be5958

#58bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bdbe Color CSS Codes

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

#58bdbe Text Font Color

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

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


#58bdbe Background Color

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

This div background color is #58bdbe


#58bdbe Border Color

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

This div border color is #58bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bdbe


Comments

No comments written yet.

Please login to write comment.