Color Hex Logo

#58abbd Color Hex

#58ABBD
(88,171,189)
0 Favorites   0 Comments

Color spaces of #58abbd

RGB 88171189
HSL0.530.430.54
HSV191°53°74°
CMYK 0.530.100.00   0.26
XYZ27.772734.874753.4118
Yxy34.87470.23930.3005
Hunter Lab59.0548-19.3997-12.2862
CIE-Lab65.6510-20.1540-16.9554

#58abbd color RGB value is (88,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 10111101
Octal 130 253 275
Decimal 88 171 189
Hex 58 AB BD

RGB Percentages of Color #58abbd

%19.64
%38.17
%42.19

CMYK Percentages of Color #58abbd

%53
%10
%0
%26

Triadic Colors of #58abbd

#58abbd #bd58ab #abbd58

Analogous Colors of #58abbd

#58abbd #5879bd #58bd9d

Monochromatic Colors of #58abbd

#58abbd

Complementary Color

#58abbd #bd6a58

#58abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abbd Color CSS Codes

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

#58abbd Text Font Color

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

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


#58abbd Background Color

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

This div background color is #58abbd


#58abbd Border Color

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

This div border color is #58abbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,171,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 #58abbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abbd

#58abbd Color Palettes


Comments

No comments written yet.

Please login to write comment.