Color Hex Logo

#5bae74 Color Hex

#5BAE74
(91,174,116)
0 Favorites   0 Comments

Color spaces of #5bae74

RGB 91174116
HSL0.380.340.52
HSV138°48°68°
CMYK 0.480.000.33   0.32
XYZ22.602833.757221.8475
Yxy33.75720.28900.4316
Hunter Lab58.1009-32.235518.3760
CIE-Lab64.7694-38.370222.1701

#5bae74 color RGB value is (91,174,116).

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

The process color (four color CMYK) of #5bae74 color hex is 0.48, 0.00, 0.33, 0.32. Web safe color of #5bae74 is #669966. Color #5bae74 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 01110100
Octal 133 256 164
Decimal 91 174 116
Hex 5B AE 74

RGB Percentages of Color #5bae74

%23.88
%45.67
%30.45

CMYK Percentages of Color #5bae74

%48
%0
%33
%32

Triadic Colors of #5bae74

#5bae74 #745bae #ae745b

Analogous Colors of #5bae74

#5bae74 #5bae9e #6cae5b

Monochromatic Colors of #5bae74

#5bae74

Complementary Color

#5bae74 #ae5b95

#5bae74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bae74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bae74 Color CSS Codes

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

#5bae74 Text Font Color

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

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


#5bae74 Background Color

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

This div background color is #5bae74


#5bae74 Border Color

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

This div border color is #5bae74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bae74


Comments

No comments written yet.

Please login to write comment.