Color Hex Logo

#58bcdb Color Hex

#58BCDB
(88,188,219)
0 Favorites   0 Comments

Color spaces of #58bcdb

RGB 88188219
HSL0.540.650.60
HSV194°60°86°
CMYK 0.600.140.00   0.14
XYZ34.793943.155673.5139
Yxy43.15560.22970.2849
Hunter Lab65.6929-20.4211-20.3636
CIE-Lab71.6605-20.1693-24.3166

#58bcdb color RGB value is (88,188,219).

#58bcdb hex color red value is 88, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #58bcdb hue: 0.54 , saturation: 0.65 and the lightness value of 58bcdb is 0.60.

The process color (four color CMYK) of #58bcdb color hex is 0.60, 0.14, 0.00, 0.14. Web safe color of #58bcdb is #66cccc. Color #58bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111100 11011011
Octal 130 274 333
Decimal 88 188 219
Hex 58 BC DB

RGB Percentages of Color #58bcdb

%17.78
%37.98
%44.24

CMYK Percentages of Color #58bcdb

%60
%14
%0
%14

Triadic Colors of #58bcdb

#58bcdb #db58bc #bcdb58

Analogous Colors of #58bcdb

#58bcdb #587bdb #58dbb9

Monochromatic Colors of #58bcdb

#58bcdb

Complementary Color

#58bcdb #db7758

#58bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bcdb Color CSS Codes

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

#58bcdb Text Font Color

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

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


#58bcdb Background Color

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

This div background color is #58bcdb


#58bcdb Border Color

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

This div border color is #58bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bcdb


Comments

No comments written yet.

Please login to write comment.