Color Hex Logo

#58ccea Color Hex

#58CCEA
(88,204,234)
0 Favorites   0 Comments

Color spaces of #58ccea

RGB 88204234
HSL0.530.780.63
HSV192°62°92°
CMYK 0.620.130.00   0.08
XYZ40.468751.201085.5918
Yxy51.20100.22830.2888
Hunter Lab71.5549-24.2683-20.8325
CIE-Lab76.8006-23.8504-24.5801

#58ccea color RGB value is (88,204,234).

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

The process color (four color CMYK) of #58ccea color hex is 0.62, 0.13, 0.00, 0.08. Web safe color of #58ccea is #66ccff. Color #58ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 11001100 11101010
Octal 130 314 352
Decimal 88 204 234
Hex 58 CC EA

RGB Percentages of Color #58ccea

%16.73
%38.78
%44.49

CMYK Percentages of Color #58ccea

%62
%13
%0
%8

Triadic Colors of #58ccea

#58ccea #ea58cc #ccea58

Analogous Colors of #58ccea

#58ccea #5883ea #58eabf

Monochromatic Colors of #58ccea

#58ccea

Complementary Color

#58ccea #ea7658

#58ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#58ccea Color CSS Codes

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

#58ccea Text Font Color

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

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


#58ccea Background Color

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

This div background color is #58ccea


#58ccea Border Color

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

This div border color is #58ccea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58ccea


Comments

No comments written yet.

Please login to write comment.