Color Hex Logo

#5ba688 Color Hex

#5BA688
(91,166,136)
0 Favorites   0 Comments

Color spaces of #5ba688

RGB 91166136
HSL0.430.300.50
HSV156°45°65°
CMYK 0.450.000.18   0.35
XYZ22.394531.274228.1488
Yxy31.27420.27370.3822
Hunter Lab55.9233-26.38559.3029
CIE-Lab62.7384-30.57058.3479

#5ba688 color RGB value is (91,166,136).

#5ba688 hex color red value is 91, green value is 166 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5ba688 hue: 0.43 , saturation: 0.30 and the lightness value of 5ba688 is 0.50.

The process color (four color CMYK) of #5ba688 color hex is 0.45, 0.00, 0.18, 0.35. Web safe color of #5ba688 is #669999. Color #5ba688 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10100110 10001000
Octal 133 246 210
Decimal 91 166 136
Hex 5B A6 88

RGB Percentages of Color #5ba688

%23.16
%42.24
%34.61

CMYK Percentages of Color #5ba688

%45
%0
%18
%35

Triadic Colors of #5ba688

#5ba688 #885ba6 #a6885b

Analogous Colors of #5ba688

#5ba688 #5b9fa6 #5ba663

Monochromatic Colors of #5ba688

#5ba688

Complementary Color

#5ba688 #a65b79

#5ba688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba688 Color CSS Codes

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

#5ba688 Text Font Color

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

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


#5ba688 Background Color

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

This div background color is #5ba688


#5ba688 Border Color

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

This div border color is #5ba688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba688


Comments

No comments written yet.

Please login to write comment.