Color Hex Logo

#58aabc Color Hex

#58AABC
(88,170,188)
0 Favorites   0 Comments

Color spaces of #58aabc

RGB 88170188
HSL0.530.430.54
HSV191°53°74°
CMYK 0.530.100.00   0.26
XYZ27.476334.455052.7793
Yxy34.45500.23950.3004
Hunter Lab58.6984-19.1676-12.2224
CIE-Lab65.3221-19.9210-16.8973

#58aabc color RGB value is (88,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 10111100
Octal 130 252 274
Decimal 88 170 188
Hex 58 AA BC

RGB Percentages of Color #58aabc

%19.73
%38.12
%42.15

CMYK Percentages of Color #58aabc

%53
%10
%0
%26

Triadic Colors of #58aabc

#58aabc #bc58aa #aabc58

Analogous Colors of #58aabc

#58aabc #5878bc #58bc9c

Monochromatic Colors of #58aabc

#58aabc

Complementary Color

#58aabc #bc6a58

#58aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aabc Color CSS Codes

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

#58aabc Text Font Color

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

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


#58aabc Background Color

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

This div background color is #58aabc


#58aabc Border Color

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

This div border color is #58aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aabc


Comments

No comments written yet.

Please login to write comment.