Color Hex Logo

#58babf Color Hex

#58BABF
(88,186,191)
1 Favorites   0 Comments

Color spaces of #58babf

RGB 88186191
HSL0.510.450.55
HSV183°54°75°
CMYK 0.540.030.00   0.25
XYZ30.987440.954155.5619
Yxy40.95410.24300.3212
Hunter Lab63.9954-25.5599-6.6798
CIE-Lab70.1438-27.1821-11.2980

#58babf color RGB value is (88,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 10111111
Octal 130 272 277
Decimal 88 186 191
Hex 58 BA BF

RGB Percentages of Color #58babf

%18.92
%40.00
%41.08

CMYK Percentages of Color #58babf

%54
%3
%0
%25

Triadic Colors of #58babf

#58babf #bf58ba #babf58

Analogous Colors of #58babf

#58babf #5887bf #58bf91

Monochromatic Colors of #58babf

#58babf

Complementary Color

#58babf #bf5d58

#58babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58babf Color CSS Codes

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

#58babf Text Font Color

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

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


#58babf Background Color

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

This div background color is #58babf


#58babf Border Color

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

This div border color is #58babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58babf

#58babf Color Palettes


Comments

No comments written yet.

Please login to write comment.