Color Hex Logo

#5feead Color Hex

#5FEEAD
(95,238,173)
0 Favorites   0 Comments

Color spaces of #5feead

RGB 95238173
HSL0.420.810.65
HSV153°60°93°
CMYK 0.600.000.27   0.07
XYZ42.836766.599150.1323
Yxy66.59910.26850.4174
Hunter Lab81.6083-49.118720.7037
CIE-Lab85.3011-53.292320.2208

#5feead color RGB value is (95,238,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 10101101
Octal 137 356 255
Decimal 95 238 173
Hex 5F EE AD

RGB Percentages of Color #5feead

%18.77
%47.04
%34.19

CMYK Percentages of Color #5feead

%60
%0
%27
%7

Triadic Colors of #5feead

#5feead #ad5fee #eead5f

Analogous Colors of #5feead

#5feead #5fe8ee #5fee66

Monochromatic Colors of #5feead

#5feead

Complementary Color

#5feead #ee5fa0

#5feead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feead Color CSS Codes

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

#5feead Text Font Color

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

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


#5feead Background Color

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

This div background color is #5feead


#5feead Border Color

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

This div border color is #5feead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feead


Comments

No comments written yet.

Please login to write comment.