Color Hex Logo

#58cacb Color Hex

#58CACB
(88,202,203)
0 Favorites   0 Comments

Color spaces of #58cacb

RGB 88202203
HSL0.500.530.57
HSV181°57°80°
CMYK 0.570.000.00   0.20
XYZ35.924548.627663.9926
Yxy48.62760.24180.3274
Hunter Lab69.7335-30.0760-5.5954
CIE-Lab75.2191-31.6752-10.2534

#58cacb color RGB value is (88,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001010 11001011
Octal 130 312 313
Decimal 88 202 203
Hex 58 CA CB

RGB Percentages of Color #58cacb

%17.85
%40.97
%41.18

CMYK Percentages of Color #58cacb

%57
%0
%0
%20

Triadic Colors of #58cacb

#58cacb #cb58ca #cacb58

Analogous Colors of #58cacb

#58cacb #5891cb #58cb93

Monochromatic Colors of #58cacb

#58cacb

Complementary Color

#58cacb #cb5958

#58cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#58cacb Color CSS Codes

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

#58cacb Text Font Color

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

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


#58cacb Background Color

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

This div background color is #58cacb


#58cacb Border Color

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

This div border color is #58cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58cacb


Comments

No comments written yet.

Please login to write comment.