Color Hex Logo

#58fbae Color Hex

#58FBAE
(88,251,174)
0 Favorites   0 Comments

Color spaces of #58fbae

RGB 88251174
HSL0.420.950.66
HSV152°65°98°
CMYK 0.650.000.31   0.02
XYZ46.161774.125151.9190
Yxy74.12510.26810.4304
Hunter Lab86.0959-54.962324.5131
CIE-Lab88.9816-59.483924.7532

#58fbae color RGB value is (88,251,174).

#58fbae hex color red value is 88, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #58fbae hue: 0.42 , saturation: 0.95 and the lightness value of 58fbae is 0.66.

The process color (four color CMYK) of #58fbae color hex is 0.65, 0.00, 0.31, 0.02. Web safe color of #58fbae is #66ff99. Color #58fbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111011 10101110
Octal 130 373 256
Decimal 88 251 174
Hex 58 FB AE

RGB Percentages of Color #58fbae

%17.15
%48.93
%33.92

CMYK Percentages of Color #58fbae

%65
%0
%31
%2

Triadic Colors of #58fbae

#58fbae #ae58fb #fbae58

Analogous Colors of #58fbae

#58fbae #58f7fb #58fb5d

Monochromatic Colors of #58fbae

#58fbae

Complementary Color

#58fbae #fb58a5

#58fbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fbae Color CSS Codes

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

#58fbae Text Font Color

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

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


#58fbae Background Color

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

This div background color is #58fbae


#58fbae Border Color

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

This div border color is #58fbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fbae


Comments

No comments written yet.

Please login to write comment.