Color Hex Logo

#5fdabf Color Hex

#5FDABF
(95,218,191)
0 Favorites   0 Comments

Color spaces of #5fdabf

RGB 95218191
HSL0.460.620.61
HSV167°56°85°
CMYK 0.560.000.12   0.15
XYZ39.194756.337358.0986
Yxy56.33730.25510.3667
Hunter Lab75.0582-38.14076.6474
CIE-Lab79.8054-40.79152.9639

#5fdabf color RGB value is (95,218,191).

#5fdabf hex color red value is 95, green value is 218 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5fdabf hue: 0.46 , saturation: 0.62 and the lightness value of 5fdabf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 10111111
Octal 137 332 277
Decimal 95 218 191
Hex 5F DA BF

RGB Percentages of Color #5fdabf

%18.85
%43.25
%37.90

CMYK Percentages of Color #5fdabf

%56
%0
%12
%15

Triadic Colors of #5fdabf

#5fdabf #bf5fda #dabf5f

Analogous Colors of #5fdabf

#5fdabf #5fb8da #5fda82

Monochromatic Colors of #5fdabf

#5fdabf

Complementary Color

#5fdabf #da5f7a

#5fdabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdabf Color CSS Codes

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

#5fdabf Text Font Color

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

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


#5fdabf Background Color

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

This div background color is #5fdabf


#5fdabf Border Color

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

This div border color is #5fdabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdabf


Comments

No comments written yet.

Please login to write comment.