Color Hex Logo

#5ca259 Color Hex

#5CA259
(92,162,89)
0 Favorites   0 Comments

Color spaces of #5ca259

RGB 9216289
HSL0.330.290.49
HSV118°45°64°
CMYK 0.430.000.45   0.36
XYZ19.137128.837214.0087
Yxy28.83720.30870.4652
Hunter Lab53.7003-30.363722.1233
CIE-Lab60.6377-37.279831.1678

#5ca259 color RGB value is (92,162,89).

#5ca259 hex color red value is 92, green value is 162 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5ca259 hue: 0.33 , saturation: 0.29 and the lightness value of 5ca259 is 0.49.

The process color (four color CMYK) of #5ca259 color hex is 0.43, 0.00, 0.45, 0.36. Web safe color of #5ca259 is #669966. Color #5ca259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100010 01011001
Octal 134 242 131
Decimal 92 162 89
Hex 5C A2 59

RGB Percentages of Color #5ca259

%26.82
%47.23
%25.95

CMYK Percentages of Color #5ca259

%43
%0
%45
%36

Triadic Colors of #5ca259

#5ca259 #595ca2 #a2595c

Analogous Colors of #5ca259

#5ca259 #59a27b #81a259

Monochromatic Colors of #5ca259

#5ca259

Complementary Color

#5ca259 #9f59a2

#5ca259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca259 Color CSS Codes

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

#5ca259 Text Font Color

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

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


#5ca259 Background Color

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

This div background color is #5ca259


#5ca259 Border Color

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

This div border color is #5ca259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca259


Comments

No comments written yet.

Please login to write comment.