Color Hex Logo

#58aeea Color Hex

#58AEEA
(88,174,234)
0 Favorites   0 Comments

Color spaces of #58aeea

RGB 88174234
HSL0.570.780.63
HSV205°62°92°
CMYK 0.620.260.00   0.08
XYZ34.011838.287383.4395
Yxy38.28730.21840.2458
Hunter Lab61.8767-10.1681-36.6376
CIE-Lab68.2318-8.0911-37.7935

#58aeea color RGB value is (88,174,234).

#58aeea hex color red value is 88, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #58aeea hue: 0.57 , saturation: 0.78 and the lightness value of 58aeea is 0.63.

The process color (four color CMYK) of #58aeea color hex is 0.62, 0.26, 0.00, 0.08. Web safe color of #58aeea is #6699ff. Color #58aeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 11101010
Octal 130 256 352
Decimal 88 174 234
Hex 58 AE EA

RGB Percentages of Color #58aeea

%17.74
%35.08
%47.18

CMYK Percentages of Color #58aeea

%62
%26
%0
%8

Triadic Colors of #58aeea

#58aeea #ea58ae #aeea58

Analogous Colors of #58aeea

#58aeea #5865ea #58eadd

Monochromatic Colors of #58aeea

#58aeea

Complementary Color

#58aeea #ea9458

#58aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aeea Color CSS Codes

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

#58aeea Text Font Color

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

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


#58aeea Background Color

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

This div background color is #58aeea


#58aeea Border Color

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

This div border color is #58aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aeea


Comments

No comments written yet.

Please login to write comment.