Color Hex Logo

#58aabb Color Hex

#58AABB
(88,170,187)
0 Favorites   0 Comments

Color spaces of #58aabb

RGB 88170187
HSL0.530.420.54
HSV190°53°73°
CMYK 0.530.090.00   0.27
XYZ27.368934.412052.2134
Yxy34.41200.24010.3019
Hunter Lab58.6617-19.3781-11.7094
CIE-Lab65.2883-20.2065-16.3921

#58aabb color RGB value is (88,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 10111011
Octal 130 252 273
Decimal 88 170 187
Hex 58 AA BB

RGB Percentages of Color #58aabb

%19.78
%38.20
%42.02

CMYK Percentages of Color #58aabb

%53
%9
%0
%27

Triadic Colors of #58aabb

#58aabb #bb58aa #aabb58

Analogous Colors of #58aabb

#58aabb #5879bb #58bb9b

Monochromatic Colors of #58aabb

#58aabb

Complementary Color

#58aabb #bb6958

#58aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aabb Color CSS Codes

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

#58aabb Text Font Color

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

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


#58aabb Background Color

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

This div background color is #58aabb


#58aabb Border Color

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

This div border color is #58aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aabb


Comments

No comments written yet.

Please login to write comment.