Color Hex Logo

#5cb98d Color Hex

#5CB98D
(92,185,141)
0 Favorites   0 Comments

Color spaces of #5cb98d

RGB 92185141
HSL0.420.400.54
HSV152°50°73°
CMYK 0.500.000.24   0.27
XYZ26.570338.896331.3066
Yxy38.89630.27460.4019
Hunter Lab62.3669-33.095313.8948
CIE-Lab68.6761-38.052213.9888

#5cb98d color RGB value is (92,185,141).

#5cb98d hex color red value is 92, green value is 185 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5cb98d hue: 0.42 , saturation: 0.40 and the lightness value of 5cb98d is 0.54.

The process color (four color CMYK) of #5cb98d color hex is 0.50, 0.00, 0.24, 0.27. Web safe color of #5cb98d is #66cc99. Color #5cb98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111001 10001101
Octal 134 271 215
Decimal 92 185 141
Hex 5C B9 8D

RGB Percentages of Color #5cb98d

%22.01
%44.26
%33.73

CMYK Percentages of Color #5cb98d

%50
%0
%24
%27

Triadic Colors of #5cb98d

#5cb98d #8d5cb9 #b98d5c

Analogous Colors of #5cb98d

#5cb98d #5cb7b9 #5cb95f

Monochromatic Colors of #5cb98d

#5cb98d

Complementary Color

#5cb98d #b95c88

#5cb98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb98d Color CSS Codes

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

#5cb98d Text Font Color

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

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


#5cb98d Background Color

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

This div background color is #5cb98d


#5cb98d Border Color

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

This div border color is #5cb98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb98d


Comments

No comments written yet.

Please login to write comment.