Color Hex Logo

#58bbec Color Hex

#58BBEC
(88,187,236)
0 Favorites   0 Comments

Color spaces of #58bbec

RGB 88187236
HSL0.560.800.64
HSV200°63°93°
CMYK 0.630.210.00   0.07
XYZ36.935143.671585.8396
Yxy43.67150.22190.2624
Hunter Lab66.0844-15.8827-30.7550
CIE-Lab72.0084-14.4775-33.0205

#58bbec color RGB value is (88,187,236).

#58bbec hex color red value is 88, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #58bbec hue: 0.56 , saturation: 0.80 and the lightness value of 58bbec is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111011 11101100
Octal 130 273 354
Decimal 88 187 236
Hex 58 BB EC

RGB Percentages of Color #58bbec

%17.22
%36.59
%46.18

CMYK Percentages of Color #58bbec

%63
%21
%0
%7

Triadic Colors of #58bbec

#58bbec #ec58bb #bbec58

Analogous Colors of #58bbec

#58bbec #5871ec #58ecd3

Monochromatic Colors of #58bbec

#58bbec

Complementary Color

#58bbec #ec8958

#58bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bbec Color CSS Codes

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

#58bbec Text Font Color

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

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


#58bbec Background Color

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

This div background color is #58bbec


#58bbec Border Color

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

This div border color is #58bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bbec


Comments

No comments written yet.

Please login to write comment.