Color Hex Logo

#58aaed Color Hex

#58AAED
(88,170,237)
0 Favorites   0 Comments

Color spaces of #58aaed

RGB 88170237
HSL0.570.810.64
HSV207°63°93°
CMYK 0.630.280.00   0.07
XYZ33.685336.938685.4752
Yxy36.93860.21580.2366
Hunter Lab60.7771-7.4276-40.8397
CIE-Lab67.2309-4.9164-40.9957

#58aaed color RGB value is (88,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 11101101
Octal 130 252 355
Decimal 88 170 237
Hex 58 AA ED

RGB Percentages of Color #58aaed

%17.78
%34.34
%47.88

CMYK Percentages of Color #58aaed

%63
%28
%0
%7

Triadic Colors of #58aaed

#58aaed #ed58aa #aaed58

Analogous Colors of #58aaed

#58aaed #585fed #58ede6

Monochromatic Colors of #58aaed

#58aaed

Complementary Color

#58aaed #ed9b58

#58aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aaed Color CSS Codes

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

#58aaed Text Font Color

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

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


#58aaed Background Color

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

This div background color is #58aaed


#58aaed Border Color

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

This div border color is #58aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aaed


Comments

No comments written yet.

Please login to write comment.