Color Hex Logo

#5feaab Color Hex

#5FEAAB
(95,234,171)
0 Favorites   0 Comments

Color spaces of #5feaab

RGB 95234171
HSL0.420.770.65
HSV153°59°92°
CMYK 0.590.000.27   0.08
XYZ41.492864.218848.7366
Yxy64.21880.26870.4158
Hunter Lab80.1366-47.816120.0373
CIE-Lab84.0796-52.078619.5614

#5feaab color RGB value is (95,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 10101011
Octal 137 352 253
Decimal 95 234 171
Hex 5F EA AB

RGB Percentages of Color #5feaab

%19.00
%46.80
%34.20

CMYK Percentages of Color #5feaab

%59
%0
%27
%8

Triadic Colors of #5feaab

#5feaab #ab5fea #eaab5f

Analogous Colors of #5feaab

#5feaab #5fe4ea #5fea66

Monochromatic Colors of #5feaab

#5feaab

Complementary Color

#5feaab #ea5f9e

#5feaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feaab Color CSS Codes

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

#5feaab Text Font Color

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

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


#5feaab Background Color

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

This div background color is #5feaab


#5feaab Border Color

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

This div border color is #5feaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feaab


Comments

No comments written yet.

Please login to write comment.