Color Hex Logo

#58aadb Color Hex

#58AADB
(88,170,219)
0 Favorites   0 Comments

Color spaces of #58aadb

RGB 88170219
HSL0.560.650.60
HSV202°60°86°
CMYK 0.600.220.00   0.14
XYZ31.185435.938672.3110
Yxy35.93860.22370.2577
Hunter Lab59.9488-12.0546-29.5522
CIE-Lab66.4730-10.6285-32.2982

#58aadb color RGB value is (88,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 11011011
Octal 130 252 333
Decimal 88 170 219
Hex 58 AA DB

RGB Percentages of Color #58aadb

%18.45
%35.64
%45.91

CMYK Percentages of Color #58aadb

%60
%22
%0
%14

Triadic Colors of #58aadb

#58aadb #db58aa #aadb58

Analogous Colors of #58aadb

#58aadb #5869db #58dbcb

Monochromatic Colors of #58aadb

#58aadb

Complementary Color

#58aadb #db8958

#58aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aadb Color CSS Codes

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

#58aadb Text Font Color

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

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


#58aadb Background Color

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

This div background color is #58aadb


#58aadb Border Color

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

This div border color is #58aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aadb


Comments

No comments written yet.

Please login to write comment.