Color Hex Logo

#58aeca Color Hex

#58AECA
(88,174,202)
0 Favorites   0 Comments

Color spaces of #58aeca

RGB 88174202
HSL0.540.520.57
HSV195°56°79°
CMYK 0.560.140.00   0.21
XYZ29.821236.611161.3720
Yxy36.61110.23330.2865
Hunter Lab60.5071-17.9129-17.7825
CIE-Lab66.9842-17.9359-22.1326

#58aeca color RGB value is (88,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10101110 11001010
Octal 130 256 312
Decimal 88 174 202
Hex 58 AE CA

RGB Percentages of Color #58aeca

%18.97
%37.50
%43.53

CMYK Percentages of Color #58aeca

%56
%14
%0
%21

Triadic Colors of #58aeca

#58aeca #ca58ae #aeca58

Analogous Colors of #58aeca

#58aeca #5875ca #58caad

Monochromatic Colors of #58aeca

#58aeca

Complementary Color

#58aeca #ca7458

#58aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#58aeca Color CSS Codes

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

#58aeca Text Font Color

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

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


#58aeca Background Color

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

This div background color is #58aeca


#58aeca Border Color

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

This div border color is #58aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58aeca


Comments

No comments written yet.

Please login to write comment.