Color Hex Logo

#58bbeb Color Hex

#58BBEB
(88,187,235)
0 Favorites   0 Comments

Color spaces of #58bbeb

RGB 88187235
HSL0.550.790.63
HSV200°63°92°
CMYK 0.630.200.00   0.08
XYZ36.790243.613585.0765
Yxy43.61350.22230.2636
Hunter Lab66.0405-16.1312-30.1518
CIE-Lab71.9694-14.7872-32.5386

#58bbeb color RGB value is (88,187,235).

#58bbeb hex color red value is 88, green value is 187 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #58bbeb hue: 0.55 , saturation: 0.79 and the lightness value of 58bbeb is 0.63.

The process color (four color CMYK) of #58bbeb color hex is 0.63, 0.20, 0.00, 0.08. Web safe color of #58bbeb is #66ccff. Color #58bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111011 11101011
Octal 130 273 353
Decimal 88 187 235
Hex 58 BB EB

RGB Percentages of Color #58bbeb

%17.25
%36.67
%46.08

CMYK Percentages of Color #58bbeb

%63
%20
%0
%8

Triadic Colors of #58bbeb

#58bbeb #eb58bb #bbeb58

Analogous Colors of #58bbeb

#58bbeb #5872eb #58ebd2

Monochromatic Colors of #58bbeb

#58bbeb

Complementary Color

#58bbeb #eb8858

#58bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bbeb Color CSS Codes

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

#58bbeb Text Font Color

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

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


#58bbeb Background Color

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

This div background color is #58bbeb


#58bbeb Border Color

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

This div border color is #58bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bbeb


Comments

No comments written yet.

Please login to write comment.