Color Hex Logo

#58dabe Color Hex

#58DABE
(88,218,190)
0 Favorites   0 Comments

Color spaces of #58dabe

RGB 88218190
HSL0.460.640.60
HSV167°60°85°
CMYK 0.600.000.13   0.15
XYZ38.390255.935257.4884
Yxy55.93520.25290.3684
Hunter Lab74.7898-39.25686.7787
CIE-Lab79.5769-42.37063.1399

#58dabe color RGB value is (88,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11011010 10111110
Octal 130 332 276
Decimal 88 218 190
Hex 58 DA BE

RGB Percentages of Color #58dabe

%17.74
%43.95
%38.31

CMYK Percentages of Color #58dabe

%60
%0
%13
%15

Triadic Colors of #58dabe

#58dabe #be58da #dabe58

Analogous Colors of #58dabe

#58dabe #58b5da #58da7d

Monochromatic Colors of #58dabe

#58dabe

Complementary Color

#58dabe #da5874

#58dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58dabe Color CSS Codes

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

#58dabe Text Font Color

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

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


#58dabe Background Color

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

This div background color is #58dabe


#58dabe Border Color

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

This div border color is #58dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58dabe


Comments

No comments written yet.

Please login to write comment.