Color Hex Logo

#58cbaa Color Hex

#58CBAA
(88,203,170)
0 Favorites   0 Comments

Color spaces of #58cbaa

RGB 88203170
HSL0.450.530.57
HSV163°57°80°
CMYK 0.570.000.16   0.20
XYZ32.636147.688945.5150
Yxy47.68890.25930.3790
Hunter Lab69.0572-36.49179.2625
CIE-Lab74.6283-40.51406.7142

#58cbaa color RGB value is (88,203,170).

#58cbaa hex color red value is 88, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #58cbaa hue: 0.45 , saturation: 0.53 and the lightness value of 58cbaa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001011 10101010
Octal 130 313 252
Decimal 88 203 170
Hex 58 CB AA

RGB Percentages of Color #58cbaa

%19.09
%44.03
%36.88

CMYK Percentages of Color #58cbaa

%57
%0
%16
%20

Triadic Colors of #58cbaa

#58cbaa #aa58cb #cbaa58

Analogous Colors of #58cbaa

#58cbaa #58b3cb #58cb71

Monochromatic Colors of #58cbaa

#58cbaa

Complementary Color

#58cbaa #cb5879

#58cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cbaa Color CSS Codes

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

#58cbaa Text Font Color

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

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


#58cbaa Background Color

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

This div background color is #58cbaa


#58cbaa Border Color

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

This div border color is #58cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cbaa


Comments

No comments written yet.

Please login to write comment.