Color Hex Logo

#5ca852 Color Hex

#5CA852
(92,168,82)
0 Favorites   0 Comments

Color spaces of #5ca852

RGB 9216882
HSL0.310.340.49
HSV113°51°66°
CMYK 0.450.000.51   0.34
XYZ19.939330.889812.8941
Yxy30.88980.31290.4847
Hunter Lab55.5786-33.224125.1499
CIE-Lab62.4145-40.899536.9834

#5ca852 color RGB value is (92,168,82).

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

The process color (four color CMYK) of #5ca852 color hex is 0.45, 0.00, 0.51, 0.34. Web safe color of #5ca852 is #669966. Color #5ca852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101000 01010010
Octal 134 250 122
Decimal 92 168 82
Hex 5C A8 52

RGB Percentages of Color #5ca852

%26.90
%49.12
%23.98

CMYK Percentages of Color #5ca852

%45
%0
%51
%34

Triadic Colors of #5ca852

#5ca852 #525ca8 #a8525c

Analogous Colors of #5ca852

#5ca852 #52a873 #87a852

Monochromatic Colors of #5ca852

#5ca852

Complementary Color

#5ca852 #9e52a8

#5ca852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca852 Color CSS Codes

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

#5ca852 Text Font Color

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

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


#5ca852 Background Color

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

This div background color is #5ca852


#5ca852 Border Color

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

This div border color is #5ca852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca852


Comments

No comments written yet.

Please login to write comment.