Color Hex Logo

#5bdda0 Color Hex

#5BDDA0
(91,221,160)
0 Favorites   0 Comments

Color spaces of #5bdda0

RGB 91221160
HSL0.420.660.61
HSV152°59°87°
CMYK 0.590.000.28   0.13
XYZ36.516056.475142.2339
Yxy56.47510.27000.4176
Hunter Lab75.1499-44.777619.2842
CIE-Lab79.8835-49.807019.4583

#5bdda0 color RGB value is (91,221,160).

#5bdda0 hex color red value is 91, green value is 221 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #5bdda0 hue: 0.42 , saturation: 0.66 and the lightness value of 5bdda0 is 0.61.

The process color (four color CMYK) of #5bdda0 color hex is 0.59, 0.00, 0.28, 0.13. Web safe color of #5bdda0 is #66cc99. Color #5bdda0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11011101 10100000
Octal 133 335 240
Decimal 91 221 160
Hex 5B DD A0

RGB Percentages of Color #5bdda0

%19.28
%46.82
%33.90

CMYK Percentages of Color #5bdda0

%59
%0
%28
%13

Triadic Colors of #5bdda0

#5bdda0 #a05bdd #dda05b

Analogous Colors of #5bdda0

#5bdda0 #5bd9dd #5bdd5f

Monochromatic Colors of #5bdda0

#5bdda0

Complementary Color

#5bdda0 #dd5b98

#5bdda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bdda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bdda0 Color CSS Codes

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

#5bdda0 Text Font Color

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

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


#5bdda0 Background Color

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

This div background color is #5bdda0


#5bdda0 Border Color

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

This div border color is #5bdda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bdda0


Comments

No comments written yet.

Please login to write comment.