Color Hex Logo

#5eb6bb Color Hex

#5EB6BB
(94,182,187)
0 Favorites   0 Comments

Color spaces of #5eb6bb

RGB 94182187
HSL0.510.410.55
HSV183°50°73°
CMYK 0.500.030.00   0.27
XYZ30.313739.423453.0255
Yxy39.42340.24690.3211
Hunter Lab62.7881-23.7004-6.1197
CIE-Lab69.0569-25.0095-10.7020

#5eb6bb color RGB value is (94,182,187).

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

The process color (four color CMYK) of #5eb6bb color hex is 0.50, 0.03, 0.00, 0.27. Web safe color of #5eb6bb is #66cccc. Color #5eb6bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110110 10111011
Octal 136 266 273
Decimal 94 182 187
Hex 5E B6 BB

RGB Percentages of Color #5eb6bb

%20.30
%39.31
%40.39

CMYK Percentages of Color #5eb6bb

%50
%3
%0
%27

Triadic Colors of #5eb6bb

#5eb6bb #bb5eb6 #b6bb5e

Analogous Colors of #5eb6bb

#5eb6bb #5e88bb #5ebb92

Monochromatic Colors of #5eb6bb

#5eb6bb

Complementary Color

#5eb6bb #bb635e

#5eb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb6bb Color CSS Codes

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

#5eb6bb Text Font Color

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

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


#5eb6bb Background Color

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

This div background color is #5eb6bb


#5eb6bb Border Color

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

This div border color is #5eb6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb6bb


Comments

No comments written yet.

Please login to write comment.