Color Hex Logo

#58afde Color Hex

#58AFDE
(88,175,222)
0 Favorites   0 Comments

Color spaces of #58afde

RGB 88175222
HSL0.560.670.61
HSV201°60°87°
CMYK 0.600.210.00   0.13
XYZ32.539338.008674.7286
Yxy38.00860.22400.2616
Hunter Lab61.6511-13.6776-28.7109
CIE-Lab68.0270-12.4065-31.5423

#58afde color RGB value is (88,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101111 11011110
Octal 130 257 336
Decimal 88 175 222
Hex 58 AF DE

RGB Percentages of Color #58afde

%18.14
%36.08
%45.77

CMYK Percentages of Color #58afde

%60
%21
%0
%13

Triadic Colors of #58afde

#58afde #de58af #afde58

Analogous Colors of #58afde

#58afde #586cde #58deca

Monochromatic Colors of #58afde

#58afde

Complementary Color

#58afde #de8758

#58afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#58afde Color CSS Codes

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

#58afde Text Font Color

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

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


#58afde Background Color

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

This div background color is #58afde


#58afde Border Color

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

This div border color is #58afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58afde


Comments

No comments written yet.

Please login to write comment.