Color Hex Logo

#5fdcad Color Hex

#5FDCAD
(95,220,173)
0 Favorites   0 Comments

Color spaces of #5fdcad

RGB 95220173
HSL0.440.640.62
HSV157°57°86°
CMYK 0.570.000.21   0.14
XYZ37.855356.636448.4719
Yxy56.63640.26480.3962
Hunter Lab75.2572-41.912314.4923
CIE-Lab79.9746-45.809612.7615

#5fdcad color RGB value is (95,220,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 10101101
Octal 137 334 255
Decimal 95 220 173
Hex 5F DC AD

RGB Percentages of Color #5fdcad

%19.47
%45.08
%35.45

CMYK Percentages of Color #5fdcad

%57
%0
%21
%14

Triadic Colors of #5fdcad

#5fdcad #ad5fdc #dcad5f

Analogous Colors of #5fdcad

#5fdcad #5fcddc #5fdc6f

Monochromatic Colors of #5fdcad

#5fdcad

Complementary Color

#5fdcad #dc5f8e

#5fdcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcad Color CSS Codes

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

#5fdcad Text Font Color

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

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


#5fdcad Background Color

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

This div background color is #5fdcad


#5fdcad Border Color

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

This div border color is #5fdcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcad


Comments

No comments written yet.

Please login to write comment.