Color Hex Logo

#5fdcaf Color Hex

#5FDCAF
(95,220,175)
0 Favorites   0 Comments

Color spaces of #5fdcaf

RGB 95220175
HSL0.440.640.62
HSV158°57°86°
CMYK 0.570.000.20   0.14
XYZ38.050456.714449.4990
Yxy56.71440.26380.3931
Hunter Lab75.3090-41.602313.7462
CIE-Lab80.0187-45.368511.7663

#5fdcaf color RGB value is (95,220,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 10101111
Octal 137 334 257
Decimal 95 220 175
Hex 5F DC AF

RGB Percentages of Color #5fdcaf

%19.39
%44.90
%35.71

CMYK Percentages of Color #5fdcaf

%57
%0
%20
%14

Triadic Colors of #5fdcaf

#5fdcaf #af5fdc #dcaf5f

Analogous Colors of #5fdcaf

#5fdcaf #5fcbdc #5fdc71

Monochromatic Colors of #5fdcaf

#5fdcaf

Complementary Color

#5fdcaf #dc5f8c

#5fdcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcaf Color CSS Codes

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

#5fdcaf Text Font Color

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

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


#5fdcaf Background Color

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

This div background color is #5fdcaf


#5fdcaf Border Color

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

This div border color is #5fdcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcaf


Comments

No comments written yet.

Please login to write comment.