Color Hex Logo

#5ebace Color Hex

#5EBACE
(94,186,206)
0 Favorites   0 Comments

Color spaces of #5ebace

RGB 94186206
HSL0.530.530.59
HSV191°54°81°
CMYK 0.540.100.00   0.19
XYZ33.315641.953764.7345
Yxy41.95370.23800.2997
Hunter Lab64.7717-21.5382-13.9158
CIE-Lab70.8390-21.7676-18.4502

#5ebace color RGB value is (94,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 11001110
Octal 136 272 316
Decimal 94 186 206
Hex 5E BA CE

RGB Percentages of Color #5ebace

%19.34
%38.27
%42.39

CMYK Percentages of Color #5ebace

%54
%10
%0
%19

Triadic Colors of #5ebace

#5ebace #ce5eba #bace5e

Analogous Colors of #5ebace

#5ebace #5e82ce #5eceaa

Monochromatic Colors of #5ebace

#5ebace

Complementary Color

#5ebace #ce725e

#5ebace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebace Color CSS Codes

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

#5ebace Text Font Color

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

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


#5ebace Background Color

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

This div background color is #5ebace


#5ebace Border Color

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

This div border color is #5ebace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebace


Comments

No comments written yet.

Please login to write comment.