Color Hex Logo

#58cdae Color Hex

#58CDAE
(88,205,174)
0 Favorites   0 Comments

Color spaces of #58cdae

RGB 88205174
HSL0.460.540.57
HSV164°57°80°
CMYK 0.570.000.15   0.20
XYZ33.495848.793347.6970
Yxy48.79330.25770.3754
Hunter Lab69.8522-36.64638.4117
CIE-Lab75.3226-40.45885.5588

#58cdae color RGB value is (88,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001101 10101110
Octal 130 315 256
Decimal 88 205 174
Hex 58 CD AE

RGB Percentages of Color #58cdae

%18.84
%43.90
%37.26

CMYK Percentages of Color #58cdae

%57
%0
%15
%20

Triadic Colors of #58cdae

#58cdae #ae58cd #cdae58

Analogous Colors of #58cdae

#58cdae #58b2cd #58cd74

Monochromatic Colors of #58cdae

#58cdae

Complementary Color

#58cdae #cd5877

#58cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cdae Color CSS Codes

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

#58cdae Text Font Color

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

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


#58cdae Background Color

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

This div background color is #58cdae


#58cdae Border Color

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

This div border color is #58cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cdae


Comments

No comments written yet.

Please login to write comment.