Color Hex Logo

#5ffdbb Color Hex

#5FFDBB
(95,253,187)
0 Favorites   0 Comments

Color spaces of #5ffdbb

RGB 95253187
HSL0.430.980.68
HSV155°62°99°
CMYK 0.620.000.26   0.01
XYZ48.814276.271359.1628
Yxy76.27130.26490.4140
Hunter Lab87.3334-53.062620.9682
CIE-Lab89.9852-56.421619.5308

#5ffdbb color RGB value is (95,253,187).

#5ffdbb hex color red value is 95, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5ffdbb hue: 0.43 , saturation: 0.98 and the lightness value of 5ffdbb is 0.68.

The process color (four color CMYK) of #5ffdbb color hex is 0.62, 0.00, 0.26, 0.01. Web safe color of #5ffdbb is #66ffcc. Color #5ffdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111101 10111011
Octal 137 375 273
Decimal 95 253 187
Hex 5F FD BB

RGB Percentages of Color #5ffdbb

%17.76
%47.29
%34.95

CMYK Percentages of Color #5ffdbb

%62
%0
%26
%1

Triadic Colors of #5ffdbb

#5ffdbb #bb5ffd #fdbb5f

Analogous Colors of #5ffdbb

#5ffdbb #5ff0fd #5ffd6c

Monochromatic Colors of #5ffdbb

#5ffdbb

Complementary Color

#5ffdbb #fd5fa1

#5ffdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffdbb Color CSS Codes

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

#5ffdbb Text Font Color

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

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


#5ffdbb Background Color

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

This div background color is #5ffdbb


#5ffdbb Border Color

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

This div border color is #5ffdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffdbb


Comments

No comments written yet.

Please login to write comment.