Color Hex Logo

#58dcba Color Hex

#58DCBA
(88,220,186)
0 Favorites   0 Comments

Color spaces of #58dcba

RGB 88220186
HSL0.460.650.60
HSV165°60°86°
CMYK 0.600.000.15   0.14
XYZ38.480656.806355.3909
Yxy56.80630.25540.3770
Hunter Lab75.3700-40.76319.1856
CIE-Lab80.0705-44.20835.9813

#58dcba color RGB value is (88,220,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011100 10111010
Octal 130 334 272
Decimal 88 220 186
Hex 58 DC BA

RGB Percentages of Color #58dcba

%17.81
%44.53
%37.65

CMYK Percentages of Color #58dcba

%60
%0
%15
%14

Triadic Colors of #58dcba

#58dcba #ba58dc #dcba58

Analogous Colors of #58dcba

#58dcba #58bcdc #58dc78

Monochromatic Colors of #58dcba

#58dcba

Complementary Color

#58dcba #dc587a

#58dcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dcba Color CSS Codes

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

#58dcba Text Font Color

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

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


#58dcba Background Color

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

This div background color is #58dcba


#58dcba Border Color

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

This div border color is #58dcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dcba


Comments

No comments written yet.

Please login to write comment.