Color Hex Logo

#58babb Color Hex

#58BABB
(88,186,187)
0 Favorites   0 Comments

Color spaces of #58babb

RGB 88186187
HSL0.500.420.54
HSV181°53°73°
CMYK 0.530.010.00   0.27
XYZ30.553040.780453.2748
Yxy40.78040.24520.3273
Hunter Lab63.8595-26.3525-4.7610
CIE-Lab70.0218-28.2721-9.2845

#58babb color RGB value is (88,186,187).

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

The process color (four color CMYK) of #58babb color hex is 0.53, 0.01, 0.00, 0.27. Web safe color of #58babb is #66cccc. Color #58babb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 10111011
Octal 130 272 273
Decimal 88 186 187
Hex 58 BA BB

RGB Percentages of Color #58babb

%19.09
%40.35
%40.56

CMYK Percentages of Color #58babb

%53
%1
%0
%27

Triadic Colors of #58babb

#58babb #bb58ba #babb58

Analogous Colors of #58babb

#58babb #5889bb #58bb8b

Monochromatic Colors of #58babb

#58babb

Complementary Color

#58babb #bb5958

#58babb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58babb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58babb Color CSS Codes

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

#58babb Text Font Color

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

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


#58babb Background Color

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

This div background color is #58babb


#58babb Border Color

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

This div border color is #58babb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58babb

#58babb Color Palettes


Comments

No comments written yet.

Please login to write comment.