Color Hex Logo

#5caaaa Color Hex

#5CAAAA
(92,170,170)
0 Favorites   0 Comments

Color spaces of #5caaaa

RGB 92170170
HSL0.500.310.51
HSV180°46°67°
CMYK 0.460.000.00   0.33
XYZ26.044133.927043.2061
Yxy33.92700.25240.3288
Hunter Lab58.2469-22.1188-3.2070
CIE-Lab64.9046-23.9683-7.4781

#5caaaa color RGB value is (92,170,170).

#5caaaa hex color red value is 92, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5caaaa hue: 0.50 , saturation: 0.31 and the lightness value of 5caaaa is 0.51.

The process color (four color CMYK) of #5caaaa color hex is 0.46, 0.00, 0.00, 0.33. Web safe color of #5caaaa is #669999. Color #5caaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 10101010
Octal 134 252 252
Decimal 92 170 170
Hex 5C AA AA

RGB Percentages of Color #5caaaa

%21.30
%39.35
%39.35

CMYK Percentages of Color #5caaaa

%46
%0
%0
%33

Triadic Colors of #5caaaa

#5caaaa #aa5caa #aaaa5c

Analogous Colors of #5caaaa

#5caaaa #5c83aa #5caa83

Monochromatic Colors of #5caaaa

#5caaaa

Complementary Color

#5caaaa #aa5c5c

#5caaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caaaa Color CSS Codes

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

#5caaaa Text Font Color

<p style="color:#5caaaa">Text here</p>

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


#5caaaa Background Color

<div style="background-color:#5caaaa">
Div content here</div>

This div background color is #5caaaa


#5caaaa Border Color

<div style="border:3px solid #5caaaa">
Div here</div>

This div border color is #5caaaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,170,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5caaaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5caaaa;
  -webkit-box-shadow: 1px 1px 3px 2px #5caaaa;
  box-shadow:         1px 1px 3px 2px #5caaaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caaaa


Comments

No comments written yet.

Please login to write comment.