Color Hex Logo

#58bacb Color Hex

#58BACB
(88,186,203)
0 Favorites   0 Comments

Color spaces of #58bacb

RGB 88186203
HSL0.520.530.57
HSV189°57°80°
CMYK 0.570.080.00   0.20
XYZ32.362941.504362.8053
Yxy41.50430.23680.3037
Hunter Lab64.4238-23.0734-12.7038
CIE-Lab70.5278-23.8193-17.2992

#58bacb color RGB value is (88,186,203).

#58bacb hex color red value is 88, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #58bacb hue: 0.52 , saturation: 0.53 and the lightness value of 58bacb is 0.57.

The process color (four color CMYK) of #58bacb color hex is 0.57, 0.08, 0.00, 0.20. Web safe color of #58bacb is #66cccc. Color #58bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11001011
Octal 130 272 313
Decimal 88 186 203
Hex 58 BA CB

RGB Percentages of Color #58bacb

%18.45
%38.99
%42.56

CMYK Percentages of Color #58bacb

%57
%8
%0
%20

Triadic Colors of #58bacb

#58bacb #cb58ba #bacb58

Analogous Colors of #58bacb

#58bacb #5881cb #58cba3

Monochromatic Colors of #58bacb

#58bacb

Complementary Color

#58bacb #cb6958

#58bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bacb Color CSS Codes

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

#58bacb Text Font Color

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

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


#58bacb Background Color

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

This div background color is #58bacb


#58bacb Border Color

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

This div border color is #58bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bacb


Comments

No comments written yet.

Please login to write comment.