Color Hex Logo

#58dbbe Color Hex

#58DBBE
(88,219,190)
0 Favorites   0 Comments

Color spaces of #58dbbe

RGB 88219190
HSL0.460.650.60
HSV167°60°86°
CMYK 0.600.000.13   0.14
XYZ38.650356.455457.5751
Yxy56.45540.25310.3698
Hunter Lab75.1368-39.66927.1636
CIE-Lab79.8723-42.81103.5680

#58dbbe color RGB value is (88,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011011 10111110
Octal 130 333 276
Decimal 88 219 190
Hex 58 DB BE

RGB Percentages of Color #58dbbe

%17.71
%44.06
%38.23

CMYK Percentages of Color #58dbbe

%60
%0
%13
%14

Triadic Colors of #58dbbe

#58dbbe #be58db #dbbe58

Analogous Colors of #58dbbe

#58dbbe #58b7db #58db7d

Monochromatic Colors of #58dbbe

#58dbbe

Complementary Color

#58dbbe #db5875

#58dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dbbe Color CSS Codes

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

#58dbbe Text Font Color

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

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


#58dbbe Background Color

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

This div background color is #58dbbe


#58dbbe Border Color

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

This div border color is #58dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dbbe


Comments

No comments written yet.

Please login to write comment.