Color Hex Logo

#58afdd Color Hex

#58AFDD
(88,175,221)
0 Favorites   0 Comments

Color spaces of #58afdd

RGB 88175221
HSL0.560.660.61
HSV201°60°87°
CMYK 0.600.210.00   0.13
XYZ32.405637.955174.0247
Yxy37.95510.22440.2629
Hunter Lab61.6077-13.9227-28.1145
CIE-Lab67.9875-12.7162-31.0547

#58afdd color RGB value is (88,175,221).

#58afdd hex color red value is 88, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #58afdd hue: 0.56 , saturation: 0.66 and the lightness value of 58afdd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101111 11011101
Octal 130 257 335
Decimal 88 175 221
Hex 58 AF DD

RGB Percentages of Color #58afdd

%18.18
%36.16
%45.66

CMYK Percentages of Color #58afdd

%60
%21
%0
%13

Triadic Colors of #58afdd

#58afdd #dd58af #afdd58

Analogous Colors of #58afdd

#58afdd #586ddd #58ddc9

Monochromatic Colors of #58afdd

#58afdd

Complementary Color

#58afdd #dd8658

#58afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58afdd Color CSS Codes

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

#58afdd Text Font Color

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

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


#58afdd Background Color

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

This div background color is #58afdd


#58afdd Border Color

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

This div border color is #58afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58afdd


Comments

No comments written yet.

Please login to write comment.