Color Hex Logo

#58fbad Color Hex

#58FBAD
(88,251,173)
0 Favorites   0 Comments

Color spaces of #58fbad

RGB 88251173
HSL0.420.950.66
HSV151°65°98°
CMYK 0.650.000.31   0.02
XYZ46.064574.086251.4074
Yxy74.08620.26850.4318
Hunter Lab86.0733-55.099224.8403
CIE-Lab88.9632-59.680825.2364

#58fbad color RGB value is (88,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11111011 10101101
Octal 130 373 255
Decimal 88 251 173
Hex 58 FB AD

RGB Percentages of Color #58fbad

%17.19
%49.02
%33.79

CMYK Percentages of Color #58fbad

%65
%0
%31
%2

Triadic Colors of #58fbad

#58fbad #ad58fb #fbad58

Analogous Colors of #58fbad

#58fbad #58f8fb #58fb5c

Monochromatic Colors of #58fbad

#58fbad

Complementary Color

#58fbad #fb58a6

#58fbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58fbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#58fbad Color CSS Codes

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

#58fbad Text Font Color

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

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


#58fbad Background Color

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

This div background color is #58fbad


#58fbad Border Color

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

This div border color is #58fbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58fbad


Comments

No comments written yet.

Please login to write comment.