Color Hex Logo

#5fd4bb Color Hex

#5FD4BB
(95,212,187)
0 Favorites   0 Comments

Color spaces of #5fd4bb

RGB 95212187
HSL0.460.580.60
HSV167°55°83°
CMYK 0.550.000.12   0.17
XYZ37.232453.107755.3022
Yxy53.10770.25560.3646
Hunter Lab72.8750-36.33436.0195
CIE-Lab77.9385-39.06222.3907

#5fd4bb color RGB value is (95,212,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010100 10111011
Octal 137 324 273
Decimal 95 212 187
Hex 5F D4 BB

RGB Percentages of Color #5fd4bb

%19.23
%42.91
%37.85

CMYK Percentages of Color #5fd4bb

%55
%0
%12
%17

Triadic Colors of #5fd4bb

#5fd4bb #bb5fd4 #d4bb5f

Analogous Colors of #5fd4bb

#5fd4bb #5fb3d4 #5fd481

Monochromatic Colors of #5fd4bb

#5fd4bb

Complementary Color

#5fd4bb #d45f78

#5fd4bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd4bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd4bb Color CSS Codes

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

#5fd4bb Text Font Color

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

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


#5fd4bb Background Color

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

This div background color is #5fd4bb


#5fd4bb Border Color

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

This div border color is #5fd4bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd4bb


Comments

No comments written yet.

Please login to write comment.