Color Hex Logo

#5ca372 Color Hex

#5CA372
(92,163,114)
0 Favorites   0 Comments

Color spaces of #5ca372

RGB 92163114
HSL0.380.280.50
HSV139°44°64°
CMYK 0.440.000.30   0.36
XYZ20.548129.684620.5663
Yxy29.68460.29020.4193
Hunter Lab54.4836-28.026215.7579
CIE-Lab61.3811-33.451918.6633

#5ca372 color RGB value is (92,163,114).

#5ca372 hex color red value is 92, green value is 163 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #5ca372 hue: 0.38 , saturation: 0.28 and the lightness value of 5ca372 is 0.50.

The process color (four color CMYK) of #5ca372 color hex is 0.44, 0.00, 0.30, 0.36. Web safe color of #5ca372 is #669966. Color #5ca372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100011 01110010
Octal 134 243 162
Decimal 92 163 114
Hex 5C A3 72

RGB Percentages of Color #5ca372

%24.93
%44.17
%30.89

CMYK Percentages of Color #5ca372

%44
%0
%30
%36

Triadic Colors of #5ca372

#5ca372 #725ca3 #a3725c

Analogous Colors of #5ca372

#5ca372 #5ca396 #6aa35c

Monochromatic Colors of #5ca372

#5ca372

Complementary Color

#5ca372 #a35c8d

#5ca372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca372 Color CSS Codes

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

#5ca372 Text Font Color

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

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


#5ca372 Background Color

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

This div background color is #5ca372


#5ca372 Border Color

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

This div border color is #5ca372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca372


Comments

No comments written yet.

Please login to write comment.