Color Hex Logo

#58c9dc Color Hex

#58C9DC
(88,201,220)
0 Favorites   0 Comments

Color spaces of #58c9dc

RGB 88201220
HSL0.520.650.60
HSV189°60°86°
CMYK 0.600.090.00   0.14
XYZ37.829449.015375.1772
Yxy49.01530.23350.3025
Hunter Lab70.0109-26.0692-14.6575
CIE-Lab75.4608-26.4374-19.0776

#58c9dc color RGB value is (88,201,220).

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

The process color (four color CMYK) of #58c9dc color hex is 0.60, 0.09, 0.00, 0.14. Web safe color of #58c9dc is #66cccc. Color #58c9dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001001 11011100
Octal 130 311 334
Decimal 88 201 220
Hex 58 C9 DC

RGB Percentages of Color #58c9dc

%17.29
%39.49
%43.22

CMYK Percentages of Color #58c9dc

%60
%9
%0
%14

Triadic Colors of #58c9dc

#58c9dc #dc58c9 #c9dc58

Analogous Colors of #58c9dc

#58c9dc #5887dc #58dcad

Monochromatic Colors of #58c9dc

#58c9dc

Complementary Color

#58c9dc #dc6b58

#58c9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58c9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58c9dc Color CSS Codes

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

#58c9dc Text Font Color

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

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


#58c9dc Background Color

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

This div background color is #58c9dc


#58c9dc Border Color

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

This div border color is #58c9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58c9dc


Comments

No comments written yet.

Please login to write comment.