Color Hex Logo

#58afda Color Hex

#58AFDA
(88,175,218)
0 Favorites   0 Comments

Color spaces of #58afda

RGB 88175218
HSL0.560.640.60
HSV200°60°85°
CMYK 0.600.200.00   0.15
XYZ32.009437.796671.9381
Yxy37.79660.22580.2667
Hunter Lab61.4789-14.6510-26.3415
CIE-Lab67.8704-13.6410-29.5884

#58afda color RGB value is (88,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101111 11011010
Octal 130 257 332
Decimal 88 175 218
Hex 58 AF DA

RGB Percentages of Color #58afda

%18.30
%36.38
%45.32

CMYK Percentages of Color #58afda

%60
%20
%0
%15

Triadic Colors of #58afda

#58afda #da58af #afda58

Analogous Colors of #58afda

#58afda #586eda #58dac4

Monochromatic Colors of #58afda

#58afda

Complementary Color

#58afda #da8358

#58afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#58afda Color CSS Codes

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

#58afda Text Font Color

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

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


#58afda Background Color

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

This div background color is #58afda


#58afda Border Color

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

This div border color is #58afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58afda


Comments

No comments written yet.

Please login to write comment.