Color Hex Logo

#58acdd Color Hex

#58ACDD
(88,172,221)
0 Favorites   0 Comments

Color spaces of #58acdd

RGB 88172221
HSL0.560.660.61
HSV202°60°87°
CMYK 0.600.220.00   0.13
XYZ31.828236.800273.8322
Yxy36.80020.22340.2583
Hunter Lab60.6632-12.5068-29.6967
CIE-Lab67.1269-11.0936-32.3860

#58acdd color RGB value is (88,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 11011101
Octal 130 254 335
Decimal 88 172 221
Hex 58 AC DD

RGB Percentages of Color #58acdd

%18.30
%35.76
%45.95

CMYK Percentages of Color #58acdd

%60
%22
%0
%13

Triadic Colors of #58acdd

#58acdd #dd58ac #acdd58

Analogous Colors of #58acdd

#58acdd #586add #58ddcc

Monochromatic Colors of #58acdd

#58acdd

Complementary Color

#58acdd #dd8958

#58acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#58acdd Color CSS Codes

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

#58acdd Text Font Color

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

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


#58acdd Background Color

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

This div background color is #58acdd


#58acdd Border Color

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

This div border color is #58acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58acdd


Comments

No comments written yet.

Please login to write comment.