Color Hex Logo

#58abbe Color Hex

#58ABBE
(88,171,190)
0 Favorites   0 Comments

Color spaces of #58abbe

RGB 88171190
HSL0.530.440.55
HSV191°54°75°
CMYK 0.540.100.00   0.25
XYZ27.881734.918253.9856
Yxy34.91820.23870.2990
Hunter Lab59.0916-19.1872-12.8027
CIE-Lab65.6849-19.8668-17.4597

#58abbe color RGB value is (88,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 10111110
Octal 130 253 276
Decimal 88 171 190
Hex 58 AB BE

RGB Percentages of Color #58abbe

%19.60
%38.08
%42.32

CMYK Percentages of Color #58abbe

%54
%10
%0
%25

Triadic Colors of #58abbe

#58abbe #be58ab #abbe58

Analogous Colors of #58abbe

#58abbe #5878be #58be9e

Monochromatic Colors of #58abbe

#58abbe

Complementary Color

#58abbe #be6b58

#58abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abbe Color CSS Codes

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

#58abbe Text Font Color

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

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


#58abbe Background Color

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

This div background color is #58abbe


#58abbe Border Color

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

This div border color is #58abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abbe


Comments

No comments written yet.

Please login to write comment.