Color Hex Logo

#5ebcc1 Color Hex

#5EBCC1
(94,188,193)
0 Favorites   0 Comments

Color spaces of #5ebcc1

RGB 94188193
HSL0.510.440.56
HSV183°51°76°
CMYK 0.510.030.00   0.24
XYZ32.225042.196456.8984
Yxy42.19640.24540.3213
Hunter Lab64.9588-25.1268-6.4619
CIE-Lab71.0061-26.3776-11.0824

#5ebcc1 color RGB value is (94,188,193).

#5ebcc1 hex color red value is 94, green value is 188 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #5ebcc1 hue: 0.51 , saturation: 0.44 and the lightness value of 5ebcc1 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11000001
Octal 136 274 301
Decimal 94 188 193
Hex 5E BC C1

RGB Percentages of Color #5ebcc1

%19.79
%39.58
%40.63

CMYK Percentages of Color #5ebcc1

%51
%3
%0
%24

Triadic Colors of #5ebcc1

#5ebcc1 #c15ebc #bcc15e

Analogous Colors of #5ebcc1

#5ebcc1 #5e8bc1 #5ec195

Monochromatic Colors of #5ebcc1

#5ebcc1

Complementary Color

#5ebcc1 #c1635e

#5ebcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcc1 Color CSS Codes

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

#5ebcc1 Text Font Color

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

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


#5ebcc1 Background Color

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

This div background color is #5ebcc1


#5ebcc1 Border Color

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

This div border color is #5ebcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcc1


Comments

No comments written yet.

Please login to write comment.