Color Hex Logo

#58cdbc Color Hex

#58CDBC
(88,205,188)
0 Favorites   0 Comments

Color spaces of #58cdbc

RGB 88205188
HSL0.480.540.57
HSV171°57°80°
CMYK 0.570.000.08   0.20
XYZ34.932949.368255.2648
Yxy49.36820.25030.3537
Hunter Lab70.2625-34.21332.5494
CIE-Lab75.6798-37.0185-1.4676

#58cdbc color RGB value is (88,205,188).

#58cdbc hex color red value is 88, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #58cdbc hue: 0.48 , saturation: 0.54 and the lightness value of 58cdbc is 0.57.

The process color (four color CMYK) of #58cdbc color hex is 0.57, 0.00, 0.08, 0.20. Web safe color of #58cdbc is #66cccc. Color #58cdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001101 10111100
Octal 130 315 274
Decimal 88 205 188
Hex 58 CD BC

RGB Percentages of Color #58cdbc

%18.30
%42.62
%39.09

CMYK Percentages of Color #58cdbc

%57
%0
%8
%20

Triadic Colors of #58cdbc

#58cdbc #bc58cd #cdbc58

Analogous Colors of #58cdbc

#58cdbc #58a4cd #58cd82

Monochromatic Colors of #58cdbc

#58cdbc

Complementary Color

#58cdbc #cd5869

#58cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cdbc Color CSS Codes

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

#58cdbc Text Font Color

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

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


#58cdbc Background Color

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

This div background color is #58cdbc


#58cdbc Border Color

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

This div border color is #58cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cdbc


Comments

No comments written yet.

Please login to write comment.