Color Hex Logo

#58cbba Color Hex

#58CBBA
(88,203,186)
0 Favorites   0 Comments

Color spaces of #58cbba

RGB 88203186
HSL0.480.530.57
HSV171°57°80°
CMYK 0.570.000.08   0.20
XYZ34.243448.331753.9785
Yxy48.33170.25080.3539
Hunter Lab69.5210-33.73952.6299
CIE-Lab75.0337-36.6054-1.3342

#58cbba color RGB value is (88,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001011 10111010
Octal 130 313 272
Decimal 88 203 186
Hex 58 CB BA

RGB Percentages of Color #58cbba

%18.45
%42.56
%38.99

CMYK Percentages of Color #58cbba

%57
%0
%8
%20

Triadic Colors of #58cbba

#58cbba #ba58cb #cbba58

Analogous Colors of #58cbba

#58cbba #58a3cb #58cb81

Monochromatic Colors of #58cbba

#58cbba

Complementary Color

#58cbba #cb5869

#58cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cbba Color CSS Codes

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

#58cbba Text Font Color

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

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


#58cbba Background Color

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

This div background color is #58cbba


#58cbba Border Color

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

This div border color is #58cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cbba


Comments

No comments written yet.

Please login to write comment.