Color Hex Logo

#5feeac Color Hex

#5FEEAC
(95,238,172)
0 Favorites   0 Comments

Color spaces of #5feeac

RGB 95238172
HSL0.420.810.65
HSV152°60°93°
CMYK 0.600.000.28   0.07
XYZ42.740266.560549.6245
Yxy66.56050.26890.4188
Hunter Lab81.5846-49.261321.0456
CIE-Lab85.2815-53.496020.7103

#5feeac color RGB value is (95,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 10101100
Octal 137 356 254
Decimal 95 238 172
Hex 5F EE AC

RGB Percentages of Color #5feeac

%18.81
%47.13
%34.06

CMYK Percentages of Color #5feeac

%60
%0
%28
%7

Triadic Colors of #5feeac

#5feeac #ac5fee #eeac5f

Analogous Colors of #5feeac

#5feeac #5fe9ee #5fee65

Monochromatic Colors of #5feeac

#5feeac

Complementary Color

#5feeac #ee5fa1

#5feeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feeac Color CSS Codes

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

#5feeac Text Font Color

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

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


#5feeac Background Color

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

This div background color is #5feeac


#5feeac Border Color

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

This div border color is #5feeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feeac


Comments

No comments written yet.

Please login to write comment.