Color Hex Logo

#5df1bb Color Hex

#5DF1BB
(93,241,187)
0 Favorites   0 Comments

Color spaces of #5df1bb

RGB 93241187
HSL0.440.840.65
HSV158°61°95°
CMYK 0.610.000.22   0.05
XYZ44.939168.825657.9298
Yxy68.82560.26170.4009
Hunter Lab82.9612-48.490816.6721
CIE-Lab86.4176-51.933214.5215

#5df1bb color RGB value is (93,241,187).

#5df1bb hex color red value is 93, green value is 241 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5df1bb hue: 0.44 , saturation: 0.84 and the lightness value of 5df1bb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11110001 10111011
Octal 135 361 273
Decimal 93 241 187
Hex 5D F1 BB

RGB Percentages of Color #5df1bb

%17.85
%46.26
%35.89

CMYK Percentages of Color #5df1bb

%61
%0
%22
%5

Triadic Colors of #5df1bb

#5df1bb #bb5df1 #f1bb5d

Analogous Colors of #5df1bb

#5df1bb #5dddf1 #5df171

Monochromatic Colors of #5df1bb

#5df1bb

Complementary Color

#5df1bb #f15d93

#5df1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5df1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5df1bb Color CSS Codes

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

#5df1bb Text Font Color

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

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


#5df1bb Background Color

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

This div background color is #5df1bb


#5df1bb Border Color

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

This div border color is #5df1bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,241,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5df1bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5df1bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5df1bb;
  box-shadow:         1px 1px 3px 2px #5df1bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,241,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5df1bb


Comments

No comments written yet.

Please login to write comment.