Color Hex Logo

#58cfa9 Color Hex

#58CFA9
(88,207,169)
0 Favorites   0 Comments

Color spaces of #58cfa9

RGB 88207169
HSL0.450.550.58
HSV161°57°81°
CMYK 0.570.000.18   0.19
XYZ33.498849.564945.3375
Yxy49.56490.26090.3860
Hunter Lab70.4023-38.270311.1002
CIE-Lab75.8014-42.51248.9315

#58cfa9 color RGB value is (88,207,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001111 10101001
Octal 130 317 251
Decimal 88 207 169
Hex 58 CF A9

RGB Percentages of Color #58cfa9

%18.97
%44.61
%36.42

CMYK Percentages of Color #58cfa9

%57
%0
%18
%19

Triadic Colors of #58cfa9

#58cfa9 #a958cf #cfa958

Analogous Colors of #58cfa9

#58cfa9 #58bacf #58cf6e

Monochromatic Colors of #58cfa9

#58cfa9

Complementary Color

#58cfa9 #cf587e

#58cfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cfa9 Color CSS Codes

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

#58cfa9 Text Font Color

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

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


#58cfa9 Background Color

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

This div background color is #58cfa9


#58cfa9 Border Color

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

This div border color is #58cfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cfa9


Comments

No comments written yet.

Please login to write comment.