Color Hex Logo

#5ca776 Color Hex

#5CA776
(92,167,118)
0 Favorites   0 Comments

Color spaces of #5ca776

RGB 92167118
HSL0.390.300.51
HSV141°45°65°
CMYK 0.450.000.29   0.35
XYZ21.502431.220822.0325
Yxy31.22080.28760.4176
Hunter Lab55.8756-29.090715.7340
CIE-Lab62.6936-34.533618.2615

#5ca776 color RGB value is (92,167,118).

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

The process color (four color CMYK) of #5ca776 color hex is 0.45, 0.00, 0.29, 0.35. Web safe color of #5ca776 is #669966. Color #5ca776 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100111 01110110
Octal 134 247 166
Decimal 92 167 118
Hex 5C A7 76

RGB Percentages of Color #5ca776

%24.40
%44.30
%31.30

CMYK Percentages of Color #5ca776

%45
%0
%29
%35

Triadic Colors of #5ca776

#5ca776 #765ca7 #a7765c

Analogous Colors of #5ca776

#5ca776 #5ca79c #68a75c

Monochromatic Colors of #5ca776

#5ca776

Complementary Color

#5ca776 #a75c8d

#5ca776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca776 Color CSS Codes

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

#5ca776 Text Font Color

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

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


#5ca776 Background Color

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

This div background color is #5ca776


#5ca776 Border Color

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

This div border color is #5ca776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca776


Comments

No comments written yet.

Please login to write comment.