Color Hex Logo

#5fdab0 Color Hex

#5FDAB0
(95,218,176)
0 Favorites   0 Comments

Color spaces of #5fdab0

RGB 95218176
HSL0.440.620.61
HSV160°56°85°
CMYK 0.560.000.19   0.15
XYZ37.627255.710349.8443
Yxy55.71030.26280.3891
Hunter Lab74.6393-40.633412.6535
CIE-Lab79.4487-44.282710.4267

#5fdab0 color RGB value is (95,218,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 10110000
Octal 137 332 260
Decimal 95 218 176
Hex 5F DA B0

RGB Percentages of Color #5fdab0

%19.43
%44.58
%35.99

CMYK Percentages of Color #5fdab0

%56
%0
%19
%15

Triadic Colors of #5fdab0

#5fdab0 #b05fda #dab05f

Analogous Colors of #5fdab0

#5fdab0 #5fc7da #5fda73

Monochromatic Colors of #5fdab0

#5fdab0

Complementary Color

#5fdab0 #da5f89

#5fdab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdab0 Color CSS Codes

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

#5fdab0 Text Font Color

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

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


#5fdab0 Background Color

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

This div background color is #5fdab0


#5fdab0 Border Color

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

This div border color is #5fdab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdab0


Comments

No comments written yet.

Please login to write comment.