Color Hex Logo

#5ca797 Color Hex

#5CA797
(92,167,151)
0 Favorites   0 Comments

Color spaces of #5ca797

RGB 92167151
HSL0.460.300.51
HSV167°45°65°
CMYK 0.450.000.10   0.35
XYZ23.818332.147134.2278
Yxy32.14710.26410.3564
Hunter Lab56.6984-24.23663.8966
CIE-Lab63.4643-27.28851.0186

#5ca797 color RGB value is (92,167,151).

#5ca797 hex color red value is 92, green value is 167 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #5ca797 hue: 0.46 , saturation: 0.30 and the lightness value of 5ca797 is 0.51.

The process color (four color CMYK) of #5ca797 color hex is 0.45, 0.00, 0.10, 0.35. Web safe color of #5ca797 is #669999. Color #5ca797 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100111 10010111
Octal 134 247 227
Decimal 92 167 151
Hex 5C A7 97

RGB Percentages of Color #5ca797

%22.44
%40.73
%36.83

CMYK Percentages of Color #5ca797

%45
%0
%10
%35

Triadic Colors of #5ca797

#5ca797 #975ca7 #a7975c

Analogous Colors of #5ca797

#5ca797 #5c92a7 #5ca772

Monochromatic Colors of #5ca797

#5ca797

Complementary Color

#5ca797 #a75c6c

#5ca797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca797 Color CSS Codes

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

#5ca797 Text Font Color

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

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


#5ca797 Background Color

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

This div background color is #5ca797


#5ca797 Border Color

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

This div border color is #5ca797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca797


Comments

No comments written yet.

Please login to write comment.