Color Hex Logo

#5caeaa Color Hex

#5CAEAA
(92,174,170)
0 Favorites   0 Comments

Color spaces of #5caeaa

RGB 92174170
HSL0.490.340.52
HSV177°47°68°
CMYK 0.470.000.02   0.32
XYZ26.805435.449743.4599
Yxy35.44970.25360.3353
Hunter Lab59.5397-23.8317-1.5999
CIE-Lab66.0973-25.9753-5.7089

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

#5caeaa hex color red value is 92, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5caeaa hue: 0.49 , saturation: 0.34 and the lightness value of 5caeaa is 0.52.

The process color (four color CMYK) of #5caeaa color hex is 0.47, 0.00, 0.02, 0.32. Web safe color of #5caeaa is #669999. Color #5caeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101110 10101010
Octal 134 256 252
Decimal 92 174 170
Hex 5C AE AA

RGB Percentages of Color #5caeaa

%21.10
%39.91
%38.99

CMYK Percentages of Color #5caeaa

%47
%0
%2
%32

Triadic Colors of #5caeaa

#5caeaa #aa5cae #aeaa5c

Analogous Colors of #5caeaa

#5caeaa #5c89ae #5cae81

Monochromatic Colors of #5caeaa

#5caeaa

Complementary Color

#5caeaa #ae5c60

#5caeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caeaa Color CSS Codes

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

#5caeaa Text Font Color

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

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


#5caeaa Background Color

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

This div background color is #5caeaa


#5caeaa Border Color

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

This div border color is #5caeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caeaa


Comments

No comments written yet.

Please login to write comment.