Color Hex Logo

#5cab55 Color Hex

#5CAB55
(92,171,85)
0 Favorites   0 Comments

Color spaces of #5cab55

RGB 9217185
HSL0.320.340.50
HSV115°50°67°
CMYK 0.460.000.50   0.33
XYZ20.616232.057013.6954
Yxy32.05700.31060.4830
Hunter Lab56.6189-34.087325.2917
CIE-Lab63.3900-41.779636.6714

#5cab55 color RGB value is (92,171,85).

#5cab55 hex color red value is 92, green value is 171 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #5cab55 hue: 0.32 , saturation: 0.34 and the lightness value of 5cab55 is 0.50.

The process color (four color CMYK) of #5cab55 color hex is 0.46, 0.00, 0.50, 0.33. Web safe color of #5cab55 is #669966. Color #5cab55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 01010101
Octal 134 253 125
Decimal 92 171 85
Hex 5C AB 55

RGB Percentages of Color #5cab55

%26.44
%49.14
%24.43

CMYK Percentages of Color #5cab55

%46
%0
%50
%33

Triadic Colors of #5cab55

#5cab55 #555cab #ab555c

Analogous Colors of #5cab55

#5cab55 #55ab79 #87ab55

Monochromatic Colors of #5cab55

#5cab55

Complementary Color

#5cab55 #a455ab

#5cab55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cab55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cab55 Color CSS Codes

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

#5cab55 Text Font Color

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

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


#5cab55 Background Color

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

This div background color is #5cab55


#5cab55 Border Color

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

This div border color is #5cab55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cab55


Comments

No comments written yet.

Please login to write comment.