Color Hex Logo

#5beaab Color Hex

#5BEAAB
(91,234,171)
0 Favorites   0 Comments

Color spaces of #5beaab

RGB 91234171
HSL0.430.770.64
HSV154°61°92°
CMYK 0.610.000.27   0.08
XYZ41.087964.010148.7177
Yxy64.01010.26710.4161
Hunter Lab80.0063-48.340919.9014
CIE-Lab83.9710-52.848619.3941

#5beaab color RGB value is (91,234,171).

#5beaab hex color red value is 91, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5beaab hue: 0.43 , saturation: 0.77 and the lightness value of 5beaab is 0.64.

The process color (four color CMYK) of #5beaab color hex is 0.61, 0.00, 0.27, 0.08. Web safe color of #5beaab is #66ff99. Color #5beaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101010 10101011
Octal 133 352 253
Decimal 91 234 171
Hex 5B EA AB

RGB Percentages of Color #5beaab

%18.35
%47.18
%34.48

CMYK Percentages of Color #5beaab

%61
%0
%27
%8

Triadic Colors of #5beaab

#5beaab #ab5bea #eaab5b

Analogous Colors of #5beaab

#5beaab #5be2ea #5bea64

Monochromatic Colors of #5beaab

#5beaab

Complementary Color

#5beaab #ea5b9a

#5beaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beaab Color CSS Codes

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

#5beaab Text Font Color

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

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


#5beaab Background Color

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

This div background color is #5beaab


#5beaab Border Color

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

This div border color is #5beaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,234,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 #5beaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beaab


Comments

No comments written yet.

Please login to write comment.