Color Hex Logo

#5bad7c Color Hex

#5BAD7C
(91,173,124)
0 Favorites   0 Comments

Color spaces of #5bad7c

RGB 91173124
HSL0.400.330.52
HSV144°47°68°
CMYK 0.470.000.28   0.32
XYZ22.896033.566524.3410
Yxy33.56650.28340.4154
Hunter Lab57.9366-30.847515.6460
CIE-Lab64.6170-36.379717.6123

#5bad7c color RGB value is (91,173,124).

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

The process color (four color CMYK) of #5bad7c color hex is 0.47, 0.00, 0.28, 0.32. Web safe color of #5bad7c is #669966. Color #5bad7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 01111100
Octal 133 255 174
Decimal 91 173 124
Hex 5B AD 7C

RGB Percentages of Color #5bad7c

%23.45
%44.59
%31.96

CMYK Percentages of Color #5bad7c

%47
%0
%28
%32

Triadic Colors of #5bad7c

#5bad7c #7c5bad #ad7c5b

Analogous Colors of #5bad7c

#5bad7c #5bada5 #63ad5b

Monochromatic Colors of #5bad7c

#5bad7c

Complementary Color

#5bad7c #ad5b8c

#5bad7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bad7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bad7c Color CSS Codes

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

#5bad7c Text Font Color

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

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


#5bad7c Background Color

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

This div background color is #5bad7c


#5bad7c Border Color

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

This div border color is #5bad7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bad7c


Comments

No comments written yet.

Please login to write comment.