Color Hex Logo

#5fdaba Color Hex

#5FDABA
(95,218,186)
0 Favorites   0 Comments

Color spaces of #5fdaba

RGB 95218186
HSL0.460.620.61
HSV164°56°85°
CMYK 0.560.000.15   0.15
XYZ38.653656.120955.2495
Yxy56.12090.25760.3741
Hunter Lab74.9139-38.99808.7129
CIE-Lab79.6826-41.98275.4484

#5fdaba color RGB value is (95,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 10111010
Octal 137 332 272
Decimal 95 218 186
Hex 5F DA BA

RGB Percentages of Color #5fdaba

%19.04
%43.69
%37.27

CMYK Percentages of Color #5fdaba

%56
%0
%15
%15

Triadic Colors of #5fdaba

#5fdaba #ba5fda #daba5f

Analogous Colors of #5fdaba

#5fdaba #5fbdda #5fda7d

Monochromatic Colors of #5fdaba

#5fdaba

Complementary Color

#5fdaba #da5f7f

#5fdaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdaba Color CSS Codes

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

#5fdaba Text Font Color

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

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


#5fdaba Background Color

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

This div background color is #5fdaba


#5fdaba Border Color

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

This div border color is #5fdaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdaba


Comments

No comments written yet.

Please login to write comment.