Color Hex Logo

#5eabaf Color Hex

#5EABAF
(94,171,175)
0 Favorites   0 Comments

Color spaces of #5eabaf

RGB 94171175
HSL0.510.340.53
HSV183°46°69°
CMYK 0.460.020.00   0.31
XYZ26.916934.600645.8174
Yxy34.60060.25080.3224
Hunter Lab58.8223-21.2579-5.0061
CIE-Lab65.4365-22.6731-9.4641

#5eabaf color RGB value is (94,171,175).

#5eabaf hex color red value is 94, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5eabaf hue: 0.51 , saturation: 0.34 and the lightness value of 5eabaf is 0.53.

The process color (four color CMYK) of #5eabaf color hex is 0.46, 0.02, 0.00, 0.31. Web safe color of #5eabaf is #669999. Color #5eabaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 10101111
Octal 136 253 257
Decimal 94 171 175
Hex 5E AB AF

RGB Percentages of Color #5eabaf

%21.36
%38.86
%39.77

CMYK Percentages of Color #5eabaf

%46
%2
%0
%31

Triadic Colors of #5eabaf

#5eabaf #af5eab #abaf5e

Analogous Colors of #5eabaf

#5eabaf #5e83af #5eaf8b

Monochromatic Colors of #5eabaf

#5eabaf

Complementary Color

#5eabaf #af625e

#5eabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabaf Color CSS Codes

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

#5eabaf Text Font Color

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

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


#5eabaf Background Color

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

This div background color is #5eabaf


#5eabaf Border Color

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

This div border color is #5eabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabaf


Comments

No comments written yet.

Please login to write comment.