Color Hex Logo

#58aaca Color Hex

#58AACA
(88,170,202)
0 Favorites   0 Comments

Color spaces of #58aaca

RGB 88170202
HSL0.550.520.57
HSV197°56°79°
CMYK 0.560.160.00   0.21
XYZ29.059935.088461.1182
Yxy35.08840.23200.2801
Hunter Lab59.2355-16.0930-19.7096
CIE-Lab65.8174-15.8227-23.9163

#58aaca color RGB value is (88,170,202).

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

The process color (four color CMYK) of #58aaca color hex is 0.56, 0.16, 0.00, 0.21. Web safe color of #58aaca is #6699cc. Color #58aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101010 11001010
Octal 130 252 312
Decimal 88 170 202
Hex 58 AA CA

RGB Percentages of Color #58aaca

%19.13
%36.96
%43.91

CMYK Percentages of Color #58aaca

%56
%16
%0
%21

Triadic Colors of #58aaca

#58aaca #ca58aa #aaca58

Analogous Colors of #58aaca

#58aaca #5871ca #58cab1

Monochromatic Colors of #58aaca

#58aaca

Complementary Color

#58aaca #ca7858

#58aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aaca Color CSS Codes

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

#58aaca Text Font Color

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

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


#58aaca Background Color

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

This div background color is #58aaca


#58aaca Border Color

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

This div border color is #58aaca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,170,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 #58aaca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aaca


Comments

No comments written yet.

Please login to write comment.