Color Hex Logo

#58bcce Color Hex

#58BCCE
(88,188,206)
0 Favorites   0 Comments

Color spaces of #58bcce

RGB 88188206
HSL0.530.550.58
HSV189°57°81°
CMYK 0.570.090.00   0.19
XYZ33.148342.497464.8482
Yxy42.49740.23590.3025
Hunter Lab65.1900-23.3176-13.3461
CIE-Lab71.2125-23.9687-17.9046

#58bcce color RGB value is (88,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10111100 11001110
Octal 130 274 316
Decimal 88 188 206
Hex 58 BC CE

RGB Percentages of Color #58bcce

%18.26
%39.00
%42.74

CMYK Percentages of Color #58bcce

%57
%9
%0
%19

Triadic Colors of #58bcce

#58bcce #ce58bc #bcce58

Analogous Colors of #58bcce

#58bcce #5881ce #58cea5

Monochromatic Colors of #58bcce

#58bcce

Complementary Color

#58bcce #ce6a58

#58bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#58bcce Color CSS Codes

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

#58bcce Text Font Color

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

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


#58bcce Background Color

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

This div background color is #58bcce


#58bcce Border Color

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

This div border color is #58bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58bcce


Comments

No comments written yet.

Please login to write comment.