Color Hex Logo

#5bad8d Color Hex

#5BAD8D
(91,173,141)
0 Favorites   0 Comments

Color spaces of #5bad8d

RGB 91173141
HSL0.430.330.52
HSV157°47°68°
CMYK 0.470.000.18   0.32
XYZ24.065734.034430.5002
Yxy34.03440.27160.3841
Hunter Lab58.3390-28.45949.8399
CIE-Lab64.9899-32.77678.7765

#5bad8d color RGB value is (91,173,141).

#5bad8d hex color red value is 91, green value is 173 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5bad8d hue: 0.43 , saturation: 0.33 and the lightness value of 5bad8d is 0.52.

The process color (four color CMYK) of #5bad8d color hex is 0.47, 0.00, 0.18, 0.32. Web safe color of #5bad8d is #669999. Color #5bad8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10001101
Octal 133 255 215
Decimal 91 173 141
Hex 5B AD 8D

RGB Percentages of Color #5bad8d

%22.47
%42.72
%34.81

CMYK Percentages of Color #5bad8d

%47
%0
%18
%32

Triadic Colors of #5bad8d

#5bad8d #8d5bad #ad8d5b

Analogous Colors of #5bad8d

#5bad8d #5ba4ad #5bad64

Monochromatic Colors of #5bad8d

#5bad8d

Complementary Color

#5bad8d #ad5b7b

#5bad8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bad8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bad8d Color CSS Codes

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

#5bad8d Text Font Color

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

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


#5bad8d Background Color

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

This div background color is #5bad8d


#5bad8d Border Color

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

This div border color is #5bad8d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,173,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 #5bad8d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bad8d


Comments

No comments written yet.

Please login to write comment.