Color Hex Logo

#5fdbab Color Hex

#5FDBAB
(95,219,171)
0 Favorites   0 Comments

Color spaces of #5fdbab

RGB 95219171
HSL0.440.630.62
HSV157°57°86°
CMYK 0.570.000.22   0.14
XYZ37.401556.036247.3729
Yxy56.03620.26560.3980
Hunter Lab74.8573-41.815114.8789
CIE-Lab79.6344-45.818913.3378

#5fdbab color RGB value is (95,219,171).

#5fdbab hex color red value is 95, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5fdbab hue: 0.44 , saturation: 0.63 and the lightness value of 5fdbab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011011 10101011
Octal 137 333 253
Decimal 95 219 171
Hex 5F DB AB

RGB Percentages of Color #5fdbab

%19.59
%45.15
%35.26

CMYK Percentages of Color #5fdbab

%57
%0
%22
%14

Triadic Colors of #5fdbab

#5fdbab #ab5fdb #dbab5f

Analogous Colors of #5fdbab

#5fdbab #5fcddb #5fdb6d

Monochromatic Colors of #5fdbab

#5fdbab

Complementary Color

#5fdbab #db5f8f

#5fdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdbab Color CSS Codes

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

#5fdbab Text Font Color

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

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


#5fdbab Background Color

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

This div background color is #5fdbab


#5fdbab Border Color

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

This div border color is #5fdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdbab


Comments

No comments written yet.

Please login to write comment.