color codes Logo

#5bdc9e color codes

#5BDC9E
(91,220,158)
0 Favorites   0 Comments

Color spaces of #5bdc9e

RGB 91220158
HSL0.420.650.61
HSV151°59°86°
CMYK 0.590.000.28   0.14
XYZ36.079155.879241.2319
Yxy55.87920.27090.4195
Hunter Lab74.7524-44.664019.6235
CIE-Lab79.5450-49.803820.0375

#5bdc9e color RGB value is (91,220,158).

#5bdc9e hex color red value is 91, green value is 220 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5bdc9e hue: 0.42 , saturation: 0.65 and the lightness value of 5bdc9e is 0.61.

The process color (four color CMYK) of #5bdc9e color code is 0.59, 0.00, 0.28, 0.14. Web safe color of #5bdc9e is #66cc99. Color #5bdc9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011100 10011110
Octal 133 334 236
Decimal 91 220 158
Hex 5B DC 9E

RGB Percentages of Color #5bdc9e

%19.40
%46.91
%33.69

CMYK Percentages of Color #5bdc9e

%59
%0
%28
%14

Triadic Colors of #5bdc9e

#5bdc9e #9e5bdc #dc9e5b

Analogous Colors of #5bdc9e

#5bdc9e #5bdadc #5bdc5e

Monochromatic Colors of #5bdc9e

#5bdc9e

Complementary Color

#5bdc9e #dc5b99

#5bdc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdc9e Color CSS Codes

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

#5bdc9e Text Font Color

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

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


#5bdc9e Background Color

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

This div background color is #5bdc9e


#5bdc9e Border Color

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

This div border color is #5bdc9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,220,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bdc9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bdc9e;
  -webkit-box-shadow: 1px 1px 3px 2px #5bdc9e;
  box-shadow:         1px 1px 3px 2px #5bdc9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,220,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdc9e


Comments

No comments written yet.

Please login to write comment.