Color Hex Logo

#5eadbc Color Hex

#5EADBC
(94,173,188)
0 Favorites   0 Comments

Color spaces of #5eadbc

RGB 94173188
HSL0.530.410.55
HSV190°50°74°
CMYK 0.500.080.00   0.26
XYZ28.636835.897752.9966
Yxy35.89770.24370.3054
Hunter Lab59.9147-19.5349-10.5038
CIE-Lab66.4417-20.1562-15.1823

#5eadbc color RGB value is (94,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101101 10111100
Octal 136 255 274
Decimal 94 173 188
Hex 5E AD BC

RGB Percentages of Color #5eadbc

%20.66
%38.02
%41.32

CMYK Percentages of Color #5eadbc

%50
%8
%0
%26

Triadic Colors of #5eadbc

#5eadbc #bc5ead #adbc5e

Analogous Colors of #5eadbc

#5eadbc #5e7ebc #5ebc9c

Monochromatic Colors of #5eadbc

#5eadbc

Complementary Color

#5eadbc #bc6d5e

#5eadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eadbc Color CSS Codes

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

#5eadbc Text Font Color

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

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


#5eadbc Background Color

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

This div background color is #5eadbc


#5eadbc Border Color

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

This div border color is #5eadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eadbc


Comments

No comments written yet.

Please login to write comment.