Color Hex Logo

#5ffdba Color Hex

#5FFDBA
(95,253,186)
0 Favorites   0 Comments

Color spaces of #5ffdba

RGB 95253186
HSL0.430.980.68
HSV155°62°99°
CMYK 0.620.000.26   0.01
XYZ48.707576.228658.6008
Yxy76.22860.26540.4153
Hunter Lab87.3090-53.210121.3215
CIE-Lab89.9654-56.628320.0151

#5ffdba color RGB value is (95,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111101 10111010
Octal 137 375 272
Decimal 95 253 186
Hex 5F FD BA

RGB Percentages of Color #5ffdba

%17.79
%47.38
%34.83

CMYK Percentages of Color #5ffdba

%62
%0
%26
%1

Triadic Colors of #5ffdba

#5ffdba #ba5ffd #fdba5f

Analogous Colors of #5ffdba

#5ffdba #5ff1fd #5ffd6b

Monochromatic Colors of #5ffdba

#5ffdba

Complementary Color

#5ffdba #fd5fa2

#5ffdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffdba Color CSS Codes

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

#5ffdba Text Font Color

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

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


#5ffdba Background Color

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

This div background color is #5ffdba


#5ffdba Border Color

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

This div border color is #5ffdba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,253,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffdba


Comments

No comments written yet.

Please login to write comment.