Color Hex Logo

#58babe Color Hex

#58BABE
(88,186,190)
0 Favorites   0 Comments

Color spaces of #58babe

RGB 88186190
HSL0.510.440.55
HSV182°54°75°
CMYK 0.540.020.00   0.25
XYZ30.877740.910254.9842
Yxy40.91020.24360.3227
Hunter Lab63.9611-25.7597-6.1959
CIE-Lab70.1130-27.4560-10.7952

#58babe color RGB value is (88,186,190).

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

The process color (four color CMYK) of #58babe color hex is 0.54, 0.02, 0.00, 0.25. Web safe color of #58babe is #66cccc. Color #58babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 10111110
Octal 130 272 276
Decimal 88 186 190
Hex 58 BA BE

RGB Percentages of Color #58babe

%18.97
%40.09
%40.95

CMYK Percentages of Color #58babe

%54
%2
%0
%25

Triadic Colors of #58babe

#58babe #be58ba #babe58

Analogous Colors of #58babe

#58babe #5887be #58be8f

Monochromatic Colors of #58babe

#58babe

Complementary Color

#58babe #be5c58

#58babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58babe Color CSS Codes

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

#58babe Text Font Color

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

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


#58babe Background Color

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

This div background color is #58babe


#58babe Border Color

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

This div border color is #58babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58babe


Comments

No comments written yet.

Please login to write comment.