Color Hex Logo

#5bcaab Color Hex

#5BCAAB
(91,202,171)
0 Favorites   0 Comments

Color spaces of #5bcaab

RGB 91202171
HSL0.450.510.57
HSV163°55°79°
CMYK 0.550.000.15   0.21
XYZ32.785647.405545.9503
Yxy47.40550.25990.3758
Hunter Lab68.8517-35.49278.6271
CIE-Lab74.4484-39.20495.9289

#5bcaab color RGB value is (91,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 10101011
Octal 133 312 253
Decimal 91 202 171
Hex 5B CA AB

RGB Percentages of Color #5bcaab

%19.61
%43.53
%36.85

CMYK Percentages of Color #5bcaab

%55
%0
%15
%21

Triadic Colors of #5bcaab

#5bcaab #ab5bca #caab5b

Analogous Colors of #5bcaab

#5bcaab #5bb2ca #5bca74

Monochromatic Colors of #5bcaab

#5bcaab

Complementary Color

#5bcaab #ca5b7a

#5bcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcaab Color CSS Codes

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

#5bcaab Text Font Color

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

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


#5bcaab Background Color

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

This div background color is #5bcaab


#5bcaab Border Color

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

This div border color is #5bcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcaab


Comments

No comments written yet.

Please login to write comment.