Color Hex Logo

#58afdf Color Hex

#58AFDF
(88,175,223)
0 Favorites   0 Comments

Color spaces of #58afdf

RGB 88175223
HSL0.560.680.61
HSV201°61°87°
CMYK 0.610.220.00   0.13
XYZ32.673838.062475.4367
Yxy38.06240.22350.2604
Hunter Lab61.6947-13.4314-29.3100
CIE-Lab68.0666-12.0961-32.0295

#58afdf color RGB value is (88,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101111 11011111
Octal 130 257 337
Decimal 88 175 223
Hex 58 AF DF

RGB Percentages of Color #58afdf

%18.11
%36.01
%45.88

CMYK Percentages of Color #58afdf

%61
%22
%0
%13

Triadic Colors of #58afdf

#58afdf #df58af #afdf58

Analogous Colors of #58afdf

#58afdf #586cdf #58dfcc

Monochromatic Colors of #58afdf

#58afdf

Complementary Color

#58afdf #df8858

#58afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#58afdf Color CSS Codes

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

#58afdf Text Font Color

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

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


#58afdf Background Color

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

This div background color is #58afdf


#58afdf Border Color

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

This div border color is #58afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58afdf


Comments

No comments written yet.

Please login to write comment.