Color Hex Logo

#5ebacc Color Hex

#5EBACC
(94,186,204)
0 Favorites   0 Comments

Color spaces of #5ebacc

RGB 94186204
HSL0.530.520.58
HSV190°54°80°
CMYK 0.540.090.00   0.20
XYZ33.074141.857163.4628
Yxy41.85710.23900.3024
Hunter Lab64.6971-21.9680-12.8709
CIE-Lab70.7723-22.3340-17.4567

#5ebacc color RGB value is (94,186,204).

#5ebacc hex color red value is 94, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5ebacc hue: 0.53 , saturation: 0.52 and the lightness value of 5ebacc is 0.58.

The process color (four color CMYK) of #5ebacc color hex is 0.54, 0.09, 0.00, 0.20. Web safe color of #5ebacc is #66cccc. Color #5ebacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11001100
Octal 136 272 314
Decimal 94 186 204
Hex 5E BA CC

RGB Percentages of Color #5ebacc

%19.42
%38.43
%42.15

CMYK Percentages of Color #5ebacc

%54
%9
%0
%20

Triadic Colors of #5ebacc

#5ebacc #cc5eba #bacc5e

Analogous Colors of #5ebacc

#5ebacc #5e83cc #5ecca7

Monochromatic Colors of #5ebacc

#5ebacc

Complementary Color

#5ebacc #cc705e

#5ebacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebacc Color CSS Codes

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

#5ebacc Text Font Color

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

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


#5ebacc Background Color

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

This div background color is #5ebacc


#5ebacc Border Color

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

This div border color is #5ebacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebacc


Comments

No comments written yet.

Please login to write comment.