Color Hex Logo

#58ccca Color Hex

#58CCCA
(88,204,202)
0 Favorites   0 Comments

Color spaces of #58ccca

RGB 88204202
HSL0.500.530.57
HSV179°57°80°
CMYK 0.570.000.01   0.20
XYZ36.278049.524763.5243
Yxy49.52470.24290.3317
Hunter Lab70.3738-31.1366-4.2576
CIE-Lab75.7766-32.8965-8.8825

#58ccca color RGB value is (88,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001100 11001010
Octal 130 314 312
Decimal 88 204 202
Hex 58 CC CA

RGB Percentages of Color #58ccca

%17.81
%41.30
%40.89

CMYK Percentages of Color #58ccca

%57
%0
%1
%20

Triadic Colors of #58ccca

#58ccca #ca58cc #ccca58

Analogous Colors of #58ccca

#58ccca #5894cc #58cc90

Monochromatic Colors of #58ccca

#58ccca

Complementary Color

#58ccca #cc585a

#58ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ccca Color CSS Codes

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

#58ccca Text Font Color

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

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


#58ccca Background Color

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

This div background color is #58ccca


#58ccca Border Color

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

This div border color is #58ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ccca


Comments

No comments written yet.

Please login to write comment.