Color Hex Logo

#5beaba Color Hex

#5BEABA
(91,234,186)
0 Favorites   0 Comments

Color spaces of #5beaba

RGB 91234186
HSL0.440.770.64
HSV160°61°92°
CMYK 0.610.000.21   0.08
XYZ42.600164.615056.6810
Yxy64.61500.25990.3942
Hunter Lab80.3835-46.073014.4611
CIE-Lab84.2850-49.619512.0175

#5beaba color RGB value is (91,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101010 10111010
Octal 133 352 272
Decimal 91 234 186
Hex 5B EA BA

RGB Percentages of Color #5beaba

%17.81
%45.79
%36.40

CMYK Percentages of Color #5beaba

%61
%0
%21
%8

Triadic Colors of #5beaba

#5beaba #ba5bea #eaba5b

Analogous Colors of #5beaba

#5beaba #5bd3ea #5bea73

Monochromatic Colors of #5beaba

#5beaba

Complementary Color

#5beaba #ea5b8b

#5beaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beaba Color CSS Codes

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

#5beaba Text Font Color

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

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


#5beaba Background Color

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

This div background color is #5beaba


#5beaba Border Color

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

This div border color is #5beaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beaba


Comments

No comments written yet.

Please login to write comment.