Color Hex Logo

#5bca80 Color Hex

#5BCA80
(91,202,128)
0 Favorites   0 Comments

Color spaces of #5bca80

RGB 91202128
HSL0.390.510.57
HSV140°55°79°
CMYK 0.550.000.37   0.21
XYZ29.331246.023727.7596
Yxy46.02370.28450.4463
Hunter Lab67.8408-41.546223.2278
CIE-Lab73.5609-48.154827.5973

#5bca80 color RGB value is (91,202,128).

#5bca80 hex color red value is 91, green value is 202 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5bca80 hue: 0.39 , saturation: 0.51 and the lightness value of 5bca80 is 0.57.

The process color (four color CMYK) of #5bca80 color hex is 0.55, 0.00, 0.37, 0.21. Web safe color of #5bca80 is #66cc99. Color #5bca80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 10000000
Octal 133 312 200
Decimal 91 202 128
Hex 5B CA 80

RGB Percentages of Color #5bca80

%21.62
%47.98
%30.40

CMYK Percentages of Color #5bca80

%55
%0
%37
%21

Triadic Colors of #5bca80

#5bca80 #805bca #ca805b

Analogous Colors of #5bca80

#5bca80 #5bcab8 #6eca5b

Monochromatic Colors of #5bca80

#5bca80

Complementary Color

#5bca80 #ca5ba5

#5bca80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bca80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bca80 Color CSS Codes

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

#5bca80 Text Font Color

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

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


#5bca80 Background Color

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

This div background color is #5bca80


#5bca80 Border Color

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

This div border color is #5bca80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bca80


Comments

No comments written yet.

Please login to write comment.