Color Hex Logo

#58dfbe Color Hex

#58DFBE
(88,223,190)
0 Favorites   0 Comments

Color spaces of #58dfbe

RGB 88223190
HSL0.460.680.61
HSV165°61°87°
CMYK 0.610.000.15   0.13
XYZ39.706458.567857.9272
Yxy58.56780.25420.3750
Hunter Lab76.5296-41.31448.6926
CIE-Lab81.0534-44.55845.2754

#58dfbe color RGB value is (88,223,190).

#58dfbe hex color red value is 88, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #58dfbe hue: 0.46 , saturation: 0.68 and the lightness value of 58dfbe is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011111 10111110
Octal 130 337 276
Decimal 88 223 190
Hex 58 DF BE

RGB Percentages of Color #58dfbe

%17.56
%44.51
%37.92

CMYK Percentages of Color #58dfbe

%61
%0
%15
%13

Triadic Colors of #58dfbe

#58dfbe #be58df #dfbe58

Analogous Colors of #58dfbe

#58dfbe #58bddf #58df7b

Monochromatic Colors of #58dfbe

#58dfbe

Complementary Color

#58dfbe #df5879

#58dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dfbe Color CSS Codes

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

#58dfbe Text Font Color

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

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


#58dfbe Background Color

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

This div background color is #58dfbe


#58dfbe Border Color

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

This div border color is #58dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dfbe


Comments

No comments written yet.

Please login to write comment.