Color Hex Logo

#5eabbe Color Hex

#5EABBE
(94,171,190)
0 Favorites   0 Comments

Color spaces of #5eabbe

RGB 94171190
HSL0.530.420.56
HSV192°51°75°
CMYK 0.510.100.00   0.25
XYZ28.473335.223254.0133
Yxy35.22320.24190.2992
Hunter Lab59.3491-18.2240-12.4151
CIE-Lab65.9221-18.5556-17.0779

#5eabbe color RGB value is (94,171,190).

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

The process color (four color CMYK) of #5eabbe color hex is 0.51, 0.10, 0.00, 0.25. Web safe color of #5eabbe is #6699cc. Color #5eabbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 10111110
Octal 136 253 276
Decimal 94 171 190
Hex 5E AB BE

RGB Percentages of Color #5eabbe

%20.66
%37.58
%41.76

CMYK Percentages of Color #5eabbe

%51
%10
%0
%25

Triadic Colors of #5eabbe

#5eabbe #be5eab #abbe5e

Analogous Colors of #5eabbe

#5eabbe #5e7bbe #5ebea1

Monochromatic Colors of #5eabbe

#5eabbe

Complementary Color

#5eabbe #be715e

#5eabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabbe Color CSS Codes

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

#5eabbe Text Font Color

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

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


#5eabbe Background Color

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

This div background color is #5eabbe


#5eabbe Border Color

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

This div border color is #5eabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabbe


Comments

No comments written yet.

Please login to write comment.