Color Hex Logo

#58acbd Color Hex

#58ACBD
(88,172,189)
0 Favorites   0 Comments

Color spaces of #58acbd

RGB 88172189
HSL0.530.430.54
HSV190°53°74°
CMYK 0.530.090.00   0.26
XYZ27.962335.253953.4750
Yxy35.25390.23960.3021
Hunter Lab59.3750-19.8427-11.8360
CIE-Lab65.9459-20.6717-16.5091

#58acbd color RGB value is (88,172,189).

#58acbd hex color red value is 88, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #58acbd hue: 0.53 , saturation: 0.43 and the lightness value of 58acbd is 0.54.

The process color (four color CMYK) of #58acbd color hex is 0.53, 0.09, 0.00, 0.26. Web safe color of #58acbd is #6699cc. Color #58acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 10111101
Octal 130 254 275
Decimal 88 172 189
Hex 58 AC BD

RGB Percentages of Color #58acbd

%19.60
%38.31
%42.09

CMYK Percentages of Color #58acbd

%53
%9
%0
%26

Triadic Colors of #58acbd

#58acbd #bd58ac #acbd58

Analogous Colors of #58acbd

#58acbd #587abd #58bd9c

Monochromatic Colors of #58acbd

#58acbd

Complementary Color

#58acbd #bd6958

#58acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58acbd Color CSS Codes

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

#58acbd Text Font Color

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

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


#58acbd Background Color

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

This div background color is #58acbd


#58acbd Border Color

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

This div border color is #58acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58acbd


Comments

No comments written yet.

Please login to write comment.