Color Hex Logo

#58baeb Color Hex

#58BAEB
(88,186,235)
0 Favorites   0 Comments

Color spaces of #58baeb

RGB 88186235
HSL0.560.790.63
HSV200°63°92°
CMYK 0.630.210.00   0.08
XYZ36.578843.190785.0060
Yxy43.19070.22200.2621
Hunter Lab65.7196-15.6583-30.6858
CIE-Lab71.6842-14.2572-32.9794

#58baeb color RGB value is (88,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111010 11101011
Octal 130 272 353
Decimal 88 186 235
Hex 58 BA EB

RGB Percentages of Color #58baeb

%17.29
%36.54
%46.17

CMYK Percentages of Color #58baeb

%63
%21
%0
%8

Triadic Colors of #58baeb

#58baeb #eb58ba #baeb58

Analogous Colors of #58baeb

#58baeb #5871eb #58ebd3

Monochromatic Colors of #58baeb

#58baeb

Complementary Color

#58baeb #eb8958

#58baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58baeb Color CSS Codes

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

#58baeb Text Font Color

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

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


#58baeb Background Color

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

This div background color is #58baeb


#58baeb Border Color

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

This div border color is #58baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58baeb


Comments

No comments written yet.

Please login to write comment.