Color Hex Logo

#58acdf Color Hex

#58ACDF
(88,172,223)
0 Favorites   0 Comments

Color spaces of #58acdf

RGB 88172223
HSL0.560.680.61
HSV203°61°87°
CMYK 0.610.230.00   0.13
XYZ32.096336.907575.2442
Yxy36.90750.22250.2559
Hunter Lab60.7515-12.0099-30.9079
CIE-Lab67.2076-10.4693-33.3599

#58acdf color RGB value is (88,172,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101100 11011111
Octal 130 254 337
Decimal 88 172 223
Hex 58 AC DF

RGB Percentages of Color #58acdf

%18.22
%35.61
%46.17

CMYK Percentages of Color #58acdf

%61
%23
%0
%13

Triadic Colors of #58acdf

#58acdf #df58ac #acdf58

Analogous Colors of #58acdf

#58acdf #5869df #58dfcf

Monochromatic Colors of #58acdf

#58acdf

Complementary Color

#58acdf #df8b58

#58acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58acdf Color CSS Codes

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

#58acdf Text Font Color

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

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


#58acdf Background Color

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

This div background color is #58acdf


#58acdf Border Color

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

This div border color is #58acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58acdf


Comments

No comments written yet.

Please login to write comment.