Color Hex Logo

#5ebcda Color Hex

#5EBCDA
(94,188,218)
0 Favorites   0 Comments

Color spaces of #5ebcda

RGB 94188218
HSL0.540.630.61
HSV195°57°85°
CMYK 0.570.140.00   0.15
XYZ35.254243.408172.8502
Yxy43.40810.23270.2865
Hunter Lab65.8848-19.7852-19.4388
CIE-Lab71.8311-19.3344-23.4928

#5ebcda color RGB value is (94,188,218).

#5ebcda hex color red value is 94, green value is 188 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5ebcda hue: 0.54 , saturation: 0.63 and the lightness value of 5ebcda is 0.61.

The process color (four color CMYK) of #5ebcda color hex is 0.57, 0.14, 0.00, 0.15. Web safe color of #5ebcda is #66cccc. Color #5ebcda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11011010
Octal 136 274 332
Decimal 94 188 218
Hex 5E BC DA

RGB Percentages of Color #5ebcda

%18.80
%37.60
%43.60

CMYK Percentages of Color #5ebcda

%57
%14
%0
%15

Triadic Colors of #5ebcda

#5ebcda #da5ebc #bcda5e

Analogous Colors of #5ebcda

#5ebcda #5e7eda #5edaba

Monochromatic Colors of #5ebcda

#5ebcda

Complementary Color

#5ebcda #da7c5e

#5ebcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcda Color CSS Codes

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

#5ebcda Text Font Color

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

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


#5ebcda Background Color

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

This div background color is #5ebcda


#5ebcda Border Color

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

This div border color is #5ebcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcda


Comments

No comments written yet.

Please login to write comment.