Color Hex Logo

#5bdaaa Color Hex

#5BDAAA
(91,218,170)
0 Favorites   0 Comments

Color spaces of #5bdaaa

RGB 91218170
HSL0.440.630.61
HSV157°58°85°
CMYK 0.580.000.22   0.15
XYZ36.641555.269246.7670
Yxy55.26920.26420.3985
Hunter Lab74.3433-42.123614.7428
CIE-Lab79.1961-46.428313.2310

#5bdaaa color RGB value is (91,218,170).

#5bdaaa hex color red value is 91, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5bdaaa hue: 0.44 , saturation: 0.63 and the lightness value of 5bdaaa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011010 10101010
Octal 133 332 252
Decimal 91 218 170
Hex 5B DA AA

RGB Percentages of Color #5bdaaa

%19.00
%45.51
%35.49

CMYK Percentages of Color #5bdaaa

%58
%0
%22
%15

Triadic Colors of #5bdaaa

#5bdaaa #aa5bda #daaa5b

Analogous Colors of #5bdaaa

#5bdaaa #5bcbda #5bda6b

Monochromatic Colors of #5bdaaa

#5bdaaa

Complementary Color

#5bdaaa #da5b8b

#5bdaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdaaa Color CSS Codes

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

#5bdaaa Text Font Color

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

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


#5bdaaa Background Color

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

This div background color is #5bdaaa


#5bdaaa Border Color

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

This div border color is #5bdaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdaaa


Comments

No comments written yet.

Please login to write comment.