Color Hex Logo

#58aedb Color Hex

#58AEDB
(88,174,219)
0 Favorites   0 Comments

Color spaces of #58aedb

RGB 88174219
HSL0.560.650.60
HSV201°60°86°
CMYK 0.600.210.00   0.14
XYZ31.946737.461372.5648
Yxy37.46130.22500.2639
Hunter Lab61.2056-13.9406-27.4497
CIE-Lab67.6217-12.7961-30.5216

#58aedb color RGB value is (88,174,219).

#58aedb hex color red value is 88, green value is 174 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #58aedb hue: 0.56 , saturation: 0.65 and the lightness value of 58aedb is 0.60.

The process color (four color CMYK) of #58aedb color hex is 0.60, 0.21, 0.00, 0.14. Web safe color of #58aedb is #6699cc. Color #58aedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 11011011
Octal 130 256 333
Decimal 88 174 219
Hex 58 AE DB

RGB Percentages of Color #58aedb

%18.30
%36.17
%45.53

CMYK Percentages of Color #58aedb

%60
%21
%0
%14

Triadic Colors of #58aedb

#58aedb #db58ae #aedb58

Analogous Colors of #58aedb

#58aedb #586ddb #58dbc7

Monochromatic Colors of #58aedb

#58aedb

Complementary Color

#58aedb #db8558

#58aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aedb Color CSS Codes

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

#58aedb Text Font Color

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

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


#58aedb Background Color

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

This div background color is #58aedb


#58aedb Border Color

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

This div border color is #58aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aedb


Comments

No comments written yet.

Please login to write comment.