Color Hex Logo

#5feeab Color Hex

#5FEEAB
(95,238,171)
0 Favorites   0 Comments

Color spaces of #5feeab

RGB 95238171
HSL0.420.810.65
HSV152°60°93°
CMYK 0.600.000.28   0.07
XYZ42.644566.522249.1206
Yxy66.52220.26940.4203
Hunter Lab81.5611-49.402721.3851
CIE-Lab85.2621-53.698321.1995

#5feeab color RGB value is (95,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 10101011
Octal 137 356 253
Decimal 95 238 171
Hex 5F EE AB

RGB Percentages of Color #5feeab

%18.85
%47.22
%33.93

CMYK Percentages of Color #5feeab

%60
%0
%28
%7

Triadic Colors of #5feeab

#5feeab #ab5fee #eeab5f

Analogous Colors of #5feeab

#5feeab #5feaee #5fee64

Monochromatic Colors of #5feeab

#5feeab

Complementary Color

#5feeab #ee5fa2

#5feeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feeab Color CSS Codes

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

#5feeab Text Font Color

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

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


#5feeab Background Color

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

This div background color is #5feeab


#5feeab Border Color

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

This div border color is #5feeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feeab


Comments

No comments written yet.

Please login to write comment.