Color Hex Logo

#58bccb Color Hex

#58BCCB
(88,188,203)
0 Favorites   0 Comments

Color spaces of #58bccb

RGB 88188203
HSL0.520.530.57
HSV188°57°80°
CMYK 0.570.070.00   0.20
XYZ32.787242.352962.9468
Yxy42.35290.23740.3067
Hunter Lab65.0791-23.9592-11.7920
CIE-Lab71.1135-24.8248-16.4143

#58bccb color RGB value is (88,188,203).

#58bccb hex color red value is 88, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #58bccb hue: 0.52 , saturation: 0.53 and the lightness value of 58bccb is 0.57.

The process color (four color CMYK) of #58bccb color hex is 0.57, 0.07, 0.00, 0.20. Web safe color of #58bccb is #66cccc. Color #58bccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111100 11001011
Octal 130 274 313
Decimal 88 188 203
Hex 58 BC CB

RGB Percentages of Color #58bccb

%18.37
%39.25
%42.38

CMYK Percentages of Color #58bccb

%57
%7
%0
%20

Triadic Colors of #58bccb

#58bccb #cb58bc #bccb58

Analogous Colors of #58bccb

#58bccb #5883cb #58cba1

Monochromatic Colors of #58bccb

#58bccb

Complementary Color

#58bccb #cb6758

#58bccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bccb Color CSS Codes

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

#58bccb Text Font Color

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

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


#58bccb Background Color

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

This div background color is #58bccb


#58bccb Border Color

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

This div border color is #58bccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bccb


Comments

No comments written yet.

Please login to write comment.