Color Hex Logo

#58c994 Color Hex

#58C994
(88,201,148)
0 Favorites   0 Comments

Color spaces of #58c994

RGB 88201148
HSL0.420.510.57
HSV152°56°79°
CMYK 0.560.000.26   0.21
XYZ30.256445.986135.2985
Yxy45.98610.27130.4123
Hunter Lab67.8131-39.030816.6071
CIE-Lab73.5365-44.533716.9811

#58c994 color RGB value is (88,201,148).

#58c994 hex color red value is 88, green value is 201 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #58c994 hue: 0.42 , saturation: 0.51 and the lightness value of 58c994 is 0.57.

The process color (four color CMYK) of #58c994 color hex is 0.56, 0.00, 0.26, 0.21. Web safe color of #58c994 is #66cc99. Color #58c994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001001 10010100
Octal 130 311 224
Decimal 88 201 148
Hex 58 C9 94

RGB Percentages of Color #58c994

%20.14
%46.00
%33.87

CMYK Percentages of Color #58c994

%56
%0
%26
%21

Triadic Colors of #58c994

#58c994 #9458c9 #c99458

Analogous Colors of #58c994

#58c994 #58c6c9 #58c95c

Monochromatic Colors of #58c994

#58c994

Complementary Color

#58c994 #c9588d

#58c994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58c994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58c994 Color CSS Codes

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

#58c994 Text Font Color

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

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


#58c994 Background Color

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

This div background color is #58c994


#58c994 Border Color

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

This div border color is #58c994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58c994


Comments

No comments written yet.

Please login to write comment.