Color Hex Logo

#5fd4bf Color Hex

#5FD4BF
(95,212,191)
0 Favorites   0 Comments

Color spaces of #5fd4bf

RGB 95212191
HSL0.470.580.60
HSV169°55°83°
CMYK 0.550.000.10   0.17
XYZ37.666853.281557.5893
Yxy53.28150.25360.3587
Hunter Lab72.9942-35.62944.3186
CIE-Lab78.0409-38.08610.3971

#5fd4bf color RGB value is (95,212,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010100 10111111
Octal 137 324 277
Decimal 95 212 191
Hex 5F D4 BF

RGB Percentages of Color #5fd4bf

%19.08
%42.57
%38.35

CMYK Percentages of Color #5fd4bf

%55
%0
%10
%17

Triadic Colors of #5fd4bf

#5fd4bf #bf5fd4 #d4bf5f

Analogous Colors of #5fd4bf

#5fd4bf #5fafd4 #5fd485

Monochromatic Colors of #5fd4bf

#5fd4bf

Complementary Color

#5fd4bf #d45f74

#5fd4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd4bf Color CSS Codes

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

#5fd4bf Text Font Color

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

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


#5fd4bf Background Color

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

This div background color is #5fd4bf


#5fd4bf Border Color

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

This div border color is #5fd4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd4bf


Comments

No comments written yet.

Please login to write comment.