Color Hex Logo

#5ebfac Color Hex

#5EBFAC
(94,191,172)
0 Favorites   0 Comments

Color spaces of #5ebfac

RGB 94191172
HSL0.470.430.56
HSV168°51°75°
CMYK 0.510.000.10   0.25
XYZ30.693342.619845.6385
Yxy42.61980.25800.3583
Hunter Lab65.2838-30.32474.2504
CIE-Lab71.2962-33.24160.8341

#5ebfac color RGB value is (94,191,172).

#5ebfac hex color red value is 94, green value is 191 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5ebfac hue: 0.47 , saturation: 0.43 and the lightness value of 5ebfac is 0.56.

The process color (four color CMYK) of #5ebfac color hex is 0.51, 0.00, 0.10, 0.25. Web safe color of #5ebfac is #66cc99. Color #5ebfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 10101100
Octal 136 277 254
Decimal 94 191 172
Hex 5E BF AC

RGB Percentages of Color #5ebfac

%20.57
%41.79
%37.64

CMYK Percentages of Color #5ebfac

%51
%0
%10
%25

Triadic Colors of #5ebfac

#5ebfac #ac5ebf #bfac5e

Analogous Colors of #5ebfac

#5ebfac #5ea2bf #5ebf7c

Monochromatic Colors of #5ebfac

#5ebfac

Complementary Color

#5ebfac #bf5e71

#5ebfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfac Color CSS Codes

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

#5ebfac Text Font Color

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

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


#5ebfac Background Color

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

This div background color is #5ebfac


#5ebfac Border Color

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

This div border color is #5ebfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfac


Comments

No comments written yet.

Please login to write comment.