Color Hex Logo

#58acda Color Hex

#58ACDA
(88,172,218)
0 Favorites   0 Comments

Color spaces of #58acda

RGB 88172218
HSL0.560.640.60
HSV201°60°85°
CMYK 0.600.210.00   0.15
XYZ31.431936.641771.7456
Yxy36.64170.22480.2621
Hunter Lab60.5324-13.2442-27.9004
CIE-Lab67.0073-12.0255-30.9209

#58acda color RGB value is (88,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 11011010
Octal 130 254 332
Decimal 88 172 218
Hex 58 AC DA

RGB Percentages of Color #58acda

%18.41
%35.98
%45.61

CMYK Percentages of Color #58acda

%60
%21
%0
%15

Triadic Colors of #58acda

#58acda #da58ac #acda58

Analogous Colors of #58acda

#58acda #586bda #58dac7

Monochromatic Colors of #58acda

#58acda

Complementary Color

#58acda #da8658

#58acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58acda Color CSS Codes

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

#58acda Text Font Color

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

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


#58acda Background Color

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

This div background color is #58acda


#58acda Border Color

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

This div border color is #58acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58acda


Comments

No comments written yet.

Please login to write comment.