Color Hex Logo

#5fefad Color Hex

#5FEFAD
(95,239,173)
0 Favorites   0 Comments

Color spaces of #5fefad

RGB 95239173
HSL0.420.820.65
HSV153°60°94°
CMYK 0.600.000.28   0.06
XYZ43.128667.183050.2297
Yxy67.18300.26860.4185
Hunter Lab81.9652-49.515721.0417
CIE-Lab85.5963-53.695820.6298

#5fefad color RGB value is (95,239,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 10101101
Octal 137 357 255
Decimal 95 239 173
Hex 5F EF AD

RGB Percentages of Color #5fefad

%18.74
%47.14
%34.12

CMYK Percentages of Color #5fefad

%60
%0
%28
%6

Triadic Colors of #5fefad

#5fefad #ad5fef #efad5f

Analogous Colors of #5fefad

#5fefad #5fe9ef #5fef65

Monochromatic Colors of #5fefad

#5fefad

Complementary Color

#5fefad #ef5fa1

#5fefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fefad Color CSS Codes

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

#5fefad Text Font Color

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

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


#5fefad Background Color

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

This div background color is #5fefad


#5fefad Border Color

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

This div border color is #5fefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fefad


Comments

No comments written yet.

Please login to write comment.