Color Hex Logo

#5fdaad Color Hex

#5FDAAD
(95,218,173)
0 Favorites   0 Comments

Color spaces of #5fdaad

RGB 95218173
HSL0.440.620.61
HSV158°56°85°
CMYK 0.560.000.21   0.15
XYZ37.333555.592848.2980
Yxy55.59280.26440.3936
Hunter Lab74.5606-41.103613.7862
CIE-Lab79.3815-44.951011.9217

#5fdaad color RGB value is (95,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 10101101
Octal 137 332 255
Decimal 95 218 173
Hex 5F DA AD

RGB Percentages of Color #5fdaad

%19.55
%44.86
%35.60

CMYK Percentages of Color #5fdaad

%56
%0
%21
%15

Triadic Colors of #5fdaad

#5fdaad #ad5fda #daad5f

Analogous Colors of #5fdaad

#5fdaad #5fcada #5fda70

Monochromatic Colors of #5fdaad

#5fdaad

Complementary Color

#5fdaad #da5f8c

#5fdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdaad Color CSS Codes

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

#5fdaad Text Font Color

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

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


#5fdaad Background Color

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

This div background color is #5fdaad


#5fdaad Border Color

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

This div border color is #5fdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdaad


Comments

No comments written yet.

Please login to write comment.