Color Hex Logo

#58eebe Color Hex

#58EEBE
(88,238,190)
0 Favorites   0 Comments

Color spaces of #58eebe

RGB 88238190
HSL0.450.820.64
HSV161°63°93°
CMYK 0.630.000.20   0.07
XYZ43.893366.941559.3228
Yxy66.94150.25800.3934
Hunter Lab81.8178-47.420114.2836
CIE-Lab85.4744-50.913011.6066

#58eebe color RGB value is (88,238,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11101110 10111110
Octal 130 356 276
Decimal 88 238 190
Hex 58 EE BE

RGB Percentages of Color #58eebe

%17.05
%46.12
%36.82

CMYK Percentages of Color #58eebe

%63
%0
%20
%7

Triadic Colors of #58eebe

#58eebe #be58ee #eebe58

Analogous Colors of #58eebe

#58eebe #58d3ee #58ee73

Monochromatic Colors of #58eebe

#58eebe

Complementary Color

#58eebe #ee5888

#58eebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58eebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#58eebe Color CSS Codes

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

#58eebe Text Font Color

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

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


#58eebe Background Color

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

This div background color is #58eebe


#58eebe Border Color

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

This div border color is #58eebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58eebe


Comments

No comments written yet.

Please login to write comment.