Color Hex Logo

#58cf7c Color Hex

#58CF7C
(88,207,124)
0 Favorites   0 Comments

Color spaces of #58cf7c

RGB 88207124
HSL0.380.550.58
HSV138°57°81°
CMYK 0.570.000.40   0.19
XYZ29.975448.155626.7839
Yxy48.15560.28570.4590
Hunter Lab69.3942-44.335425.6920
CIE-Lab74.9230-51.570031.4493

#58cf7c color RGB value is (88,207,124).

#58cf7c hex color red value is 88, green value is 207 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #58cf7c hue: 0.38 , saturation: 0.55 and the lightness value of 58cf7c is 0.58.

The process color (four color CMYK) of #58cf7c color hex is 0.57, 0.00, 0.40, 0.19. Web safe color of #58cf7c is #66cc66. Color #58cf7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001111 01111100
Octal 130 317 174
Decimal 88 207 124
Hex 58 CF 7C

RGB Percentages of Color #58cf7c

%21.00
%49.40
%29.59

CMYK Percentages of Color #58cf7c

%57
%0
%40
%19

Triadic Colors of #58cf7c

#58cf7c #7c58cf #cf7c58

Analogous Colors of #58cf7c

#58cf7c #58cfb8 #70cf58

Monochromatic Colors of #58cf7c

#58cf7c

Complementary Color

#58cf7c #cf58ab

#58cf7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cf7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cf7c Color CSS Codes

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

#58cf7c Text Font Color

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

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


#58cf7c Background Color

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

This div background color is #58cf7c


#58cf7c Border Color

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

This div border color is #58cf7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cf7c


Comments

No comments written yet.

Please login to write comment.