Color Hex Logo

#58edbc Color Hex

#58EDBC
(88,237,188)
0 Favorites   0 Comments

Color spaces of #58edbc

RGB 88237188
HSL0.450.810.64
HSV160°63°93°
CMYK 0.630.000.21   0.07
XYZ43.385866.273958.0824
Yxy66.27390.25860.3951
Hunter Lab81.4088-47.336014.6847
CIE-Lab85.1359-50.949412.1696

#58edbc color RGB value is (88,237,188).

#58edbc hex color red value is 88, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #58edbc hue: 0.45 , saturation: 0.81 and the lightness value of 58edbc is 0.64.

The process color (four color CMYK) of #58edbc color hex is 0.63, 0.00, 0.21, 0.07. Web safe color of #58edbc is #66ffcc. Color #58edbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101101 10111100
Octal 130 355 274
Decimal 88 237 188
Hex 58 ED BC

RGB Percentages of Color #58edbc

%17.15
%46.20
%36.65

CMYK Percentages of Color #58edbc

%63
%0
%21
%7

Triadic Colors of #58edbc

#58edbc #bc58ed #edbc58

Analogous Colors of #58edbc

#58edbc #58d4ed #58ed72

Monochromatic Colors of #58edbc

#58edbc

Complementary Color

#58edbc #ed5889

#58edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#58edbc Color CSS Codes

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

#58edbc Text Font Color

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

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


#58edbc Background Color

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

This div background color is #58edbc


#58edbc Border Color

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

This div border color is #58edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58edbc


Comments

No comments written yet.

Please login to write comment.