Color Hex Logo

#58abdc Color Hex

#58ABDC
(88,171,220)
0 Favorites   0 Comments

Color spaces of #58abdc

RGB 88171220
HSL0.560.650.60
HSV202°60°86°
CMYK 0.600.220.00   0.14
XYZ31.505736.367873.0693
Yxy36.36780.22350.2580
Hunter Lab60.3057-12.2807-29.6246
CIE-Lab66.8000-10.8614-32.3422

#58abdc color RGB value is (88,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101011 11011100
Octal 130 253 334
Decimal 88 171 220
Hex 58 AB DC

RGB Percentages of Color #58abdc

%18.37
%35.70
%45.93

CMYK Percentages of Color #58abdc

%60
%22
%0
%14

Triadic Colors of #58abdc

#58abdc #dc58ab #abdc58

Analogous Colors of #58abdc

#58abdc #5869dc #58dccb

Monochromatic Colors of #58abdc

#58abdc

Complementary Color

#58abdc #dc8958

#58abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58abdc Color CSS Codes

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

#58abdc Text Font Color

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

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


#58abdc Background Color

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

This div background color is #58abdc


#58abdc Border Color

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

This div border color is #58abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58abdc


Comments

No comments written yet.

Please login to write comment.