Color Hex Logo

#58aabf Color Hex

#58AABF
(88,170,191)
0 Favorites   0 Comments

Color spaces of #58aabf

RGB 88170191
HSL0.530.450.55
HSV192°54°75°
CMYK 0.540.110.00   0.25
XYZ27.803234.585754.5005
Yxy34.58570.23790.2959
Hunter Lab58.8096-18.5280-13.7790
CIE-Lab65.4248-19.0577-18.4098

#58aabf color RGB value is (88,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 10111111
Octal 130 252 277
Decimal 88 170 191
Hex 58 AA BF

RGB Percentages of Color #58aabf

%19.60
%37.86
%42.54

CMYK Percentages of Color #58aabf

%54
%11
%0
%25

Triadic Colors of #58aabf

#58aabf #bf58aa #aabf58

Analogous Colors of #58aabf

#58aabf #5877bf #58bfa1

Monochromatic Colors of #58aabf

#58aabf

Complementary Color

#58aabf #bf6d58

#58aabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aabf Color CSS Codes

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

#58aabf Text Font Color

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

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


#58aabf Background Color

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

This div background color is #58aabf


#58aabf Border Color

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

This div border color is #58aabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aabf


Comments

No comments written yet.

Please login to write comment.