Color Hex Logo

#58aaec Color Hex

#58AAEC
(88,170,236)
0 Favorites   0 Comments

Color spaces of #58aaec

RGB 88170236
HSL0.570.800.64
HSV207°63°93°
CMYK 0.630.280.00   0.07
XYZ33.539536.880384.7078
Yxy36.88030.21620.2377
Hunter Lab60.7292-7.6940-40.1900
CIE-Lab67.1871-5.2388-40.5174

#58aaec color RGB value is (88,170,236).

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

The process color (four color CMYK) of #58aaec color hex is 0.63, 0.28, 0.00, 0.07. Web safe color of #58aaec is #6699ff. Color #58aaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 11101100
Octal 130 252 354
Decimal 88 170 236
Hex 58 AA EC

RGB Percentages of Color #58aaec

%17.81
%34.41
%47.77

CMYK Percentages of Color #58aaec

%63
%28
%0
%7

Triadic Colors of #58aaec

#58aaec #ec58aa #aaec58

Analogous Colors of #58aaec

#58aaec #5860ec #58ece4

Monochromatic Colors of #58aaec

#58aaec

Complementary Color

#58aaec #ec9a58

#58aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aaec Color CSS Codes

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

#58aaec Text Font Color

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

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


#58aaec Background Color

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

This div background color is #58aaec


#58aaec Border Color

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

This div border color is #58aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aaec


Comments

No comments written yet.

Please login to write comment.