Color Hex Logo

#5befaa Color Hex

#5BEFAA
(91,239,170)
0 Favorites   0 Comments

Color spaces of #5befaa

RGB 91239170
HSL0.420.820.65
HSV152°62°94°
CMYK 0.620.000.29   0.06
XYZ42.436666.859448.6987
Yxy66.85940.26860.4232
Hunter Lab81.7676-50.453521.9257
CIE-Lab85.4329-55.057621.9344

#5befaa color RGB value is (91,239,170).

#5befaa hex color red value is 91, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5befaa hue: 0.42 , saturation: 0.82 and the lightness value of 5befaa is 0.65.

The process color (four color CMYK) of #5befaa color hex is 0.62, 0.00, 0.29, 0.06. Web safe color of #5befaa is #66ff99. Color #5befaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 10101010
Octal 133 357 252
Decimal 91 239 170
Hex 5B EF AA

RGB Percentages of Color #5befaa

%18.20
%47.80
%34.00

CMYK Percentages of Color #5befaa

%62
%0
%29
%6

Triadic Colors of #5befaa

#5befaa #aa5bef #efaa5b

Analogous Colors of #5befaa

#5befaa #5beaef #5bef60

Monochromatic Colors of #5befaa

#5befaa

Complementary Color

#5befaa #ef5ba0

#5befaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5befaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5befaa Color CSS Codes

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

#5befaa Text Font Color

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

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


#5befaa Background Color

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

This div background color is #5befaa


#5befaa Border Color

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

This div border color is #5befaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5befaa


Comments

No comments written yet.

Please login to write comment.