Color Hex Logo

#58a6ce Color Hex

#58A6CE
(88,166,206)
0 Favorites   0 Comments

Color spaces of #58a6ce

RGB 88166206
HSL0.560.550.58
HSV200°57°81°
CMYK 0.570.190.00   0.19
XYZ28.801333.803463.3992
Yxy33.80340.22860.2683
Hunter Lab58.1407-13.3222-23.9540
CIE-Lab64.8062-12.4662-27.6872

#58a6ce color RGB value is (88,166,206).

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

The process color (four color CMYK) of #58a6ce color hex is 0.57, 0.19, 0.00, 0.19. Web safe color of #58a6ce is #6699cc. Color #58a6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100110 11001110
Octal 130 246 316
Decimal 88 166 206
Hex 58 A6 CE

RGB Percentages of Color #58a6ce

%19.13
%36.09
%44.78

CMYK Percentages of Color #58a6ce

%57
%19
%0
%19

Triadic Colors of #58a6ce

#58a6ce #ce58a6 #a6ce58

Analogous Colors of #58a6ce

#58a6ce #586bce #58cebb

Monochromatic Colors of #58a6ce

#58a6ce

Complementary Color

#58a6ce #ce8058

#58a6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a6ce Color CSS Codes

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

#58a6ce Text Font Color

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

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


#58a6ce Background Color

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

This div background color is #58a6ce


#58a6ce Border Color

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

This div border color is #58a6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a6ce


Comments

No comments written yet.

Please login to write comment.