Color Hex Logo

#5fedad Color Hex

#5FEDAD
(95,237,173)
0 Favorites   0 Comments

Color spaces of #5fedad

RGB 95237173
HSL0.420.800.65
HSV153°60°93°
CMYK 0.600.000.27   0.07
XYZ42.546366.018450.0356
Yxy66.01840.26830.4163
Hunter Lab81.2517-48.721520.3648
CIE-Lab85.0058-52.887719.8111

#5fedad color RGB value is (95,237,173).

#5fedad hex color red value is 95, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5fedad hue: 0.42 , saturation: 0.80 and the lightness value of 5fedad is 0.65.

The process color (four color CMYK) of #5fedad color hex is 0.60, 0.00, 0.27, 0.07. Web safe color of #5fedad is #66ff99. Color #5fedad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 10101101
Octal 137 355 255
Decimal 95 237 173
Hex 5F ED AD

RGB Percentages of Color #5fedad

%18.81
%46.93
%34.26

CMYK Percentages of Color #5fedad

%60
%0
%27
%7

Triadic Colors of #5fedad

#5fedad #ad5fed #edad5f

Analogous Colors of #5fedad

#5fedad #5fe6ed #5fed66

Monochromatic Colors of #5fedad

#5fedad

Complementary Color

#5fedad #ed5f9f

#5fedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fedad Color CSS Codes

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

#5fedad Text Font Color

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

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


#5fedad Background Color

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

This div background color is #5fedad


#5fedad Border Color

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

This div border color is #5fedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fedad


Comments

No comments written yet.

Please login to write comment.