Color Hex Logo

#5fd4bd Color Hex

#5FD4BD
(95,212,189)
0 Favorites   0 Comments

Color spaces of #5fd4bd

RGB 95212189
HSL0.470.580.60
HSV168°55°83°
CMYK 0.550.000.11   0.17
XYZ37.448153.194056.4379
Yxy53.19400.25460.3617
Hunter Lab72.9342-35.98405.1742
CIE-Lab77.9894-38.57621.3935

#5fd4bd color RGB value is (95,212,189).

#5fd4bd hex color red value is 95, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5fd4bd hue: 0.47 , saturation: 0.58 and the lightness value of 5fd4bd is 0.60.

The process color (four color CMYK) of #5fd4bd color hex is 0.55, 0.00, 0.11, 0.17. Web safe color of #5fd4bd is #66cccc. Color #5fd4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010100 10111101
Octal 137 324 275
Decimal 95 212 189
Hex 5F D4 BD

RGB Percentages of Color #5fd4bd

%19.15
%42.74
%38.10

CMYK Percentages of Color #5fd4bd

%55
%0
%11
%17

Triadic Colors of #5fd4bd

#5fd4bd #bd5fd4 #d4bd5f

Analogous Colors of #5fd4bd

#5fd4bd #5fb1d4 #5fd483

Monochromatic Colors of #5fd4bd

#5fd4bd

Complementary Color

#5fd4bd #d45f76

#5fd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd4bd Color CSS Codes

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

#5fd4bd Text Font Color

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

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


#5fd4bd Background Color

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

This div background color is #5fd4bd


#5fd4bd Border Color

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

This div border color is #5fd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd4bd


Comments

No comments written yet.

Please login to write comment.