Color Hex Logo

#5eadbb Color Hex

#5EADBB
(94,173,187)
0 Favorites   0 Comments

Color spaces of #5eadbb

RGB 94173187
HSL0.530.410.55
HSV189°50°73°
CMYK 0.500.070.00   0.27
XYZ28.529335.854752.4307
Yxy35.85470.24420.3069
Hunter Lab59.8788-19.7414-10.0000
CIE-Lab66.4088-20.4342-14.6771

#5eadbb color RGB value is (94,173,187).

#5eadbb hex color red value is 94, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5eadbb hue: 0.53 , saturation: 0.41 and the lightness value of 5eadbb is 0.55.

The process color (four color CMYK) of #5eadbb color hex is 0.50, 0.07, 0.00, 0.27. Web safe color of #5eadbb is #6699cc. Color #5eadbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 10111011
Octal 136 255 273
Decimal 94 173 187
Hex 5E AD BB

RGB Percentages of Color #5eadbb

%20.70
%38.11
%41.19

CMYK Percentages of Color #5eadbb

%50
%7
%0
%27

Triadic Colors of #5eadbb

#5eadbb #bb5ead #adbb5e

Analogous Colors of #5eadbb

#5eadbb #5e7fbb #5ebb9b

Monochromatic Colors of #5eadbb

#5eadbb

Complementary Color

#5eadbb #bb6c5e

#5eadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadbb Color CSS Codes

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

#5eadbb Text Font Color

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

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


#5eadbb Background Color

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

This div background color is #5eadbb


#5eadbb Border Color

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

This div border color is #5eadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadbb


Comments

No comments written yet.

Please login to write comment.