Color Hex Logo

#5bae83 Color Hex

#5BAE83
(91,174,131)
0 Favorites   0 Comments

Color spaces of #5bae83

RGB 91174131
HSL0.410.340.52
HSV149°48°68°
CMYK 0.480.000.25   0.32
XYZ23.547234.134926.8204
Yxy34.13490.27870.4040
Hunter Lab58.4251-30.302613.6801
CIE-Lab65.0695-35.408114.4036

#5bae83 color RGB value is (91,174,131).

#5bae83 hex color red value is 91, green value is 174 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #5bae83 hue: 0.41 , saturation: 0.34 and the lightness value of 5bae83 is 0.52.

The process color (four color CMYK) of #5bae83 color hex is 0.48, 0.00, 0.25, 0.32. Web safe color of #5bae83 is #669999. Color #5bae83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 10000011
Octal 133 256 203
Decimal 91 174 131
Hex 5B AE 83

RGB Percentages of Color #5bae83

%22.98
%43.94
%33.08

CMYK Percentages of Color #5bae83

%48
%0
%25
%32

Triadic Colors of #5bae83

#5bae83 #835bae #ae835b

Analogous Colors of #5bae83

#5bae83 #5baead #5dae5b

Monochromatic Colors of #5bae83

#5bae83

Complementary Color

#5bae83 #ae5b86

#5bae83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bae83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bae83 Color CSS Codes

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

#5bae83 Text Font Color

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

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


#5bae83 Background Color

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

This div background color is #5bae83


#5bae83 Border Color

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

This div border color is #5bae83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bae83


Comments

No comments written yet.

Please login to write comment.