Color Hex Logo

#5ebeec Color Hex

#5EBEEC
(94,190,236)
0 Favorites   0 Comments

Color spaces of #5ebeec

RGB 94190236
HSL0.550.790.65
HSV199°60°93°
CMYK 0.600.190.00   0.07
XYZ38.169945.262786.0817
Yxy45.26270.22520.2670
Hunter Lab67.2776-16.4638-28.7673
CIE-Lab73.0645-15.0083-31.3731

#5ebeec color RGB value is (94,190,236).

#5ebeec hex color red value is 94, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5ebeec hue: 0.55 , saturation: 0.79 and the lightness value of 5ebeec is 0.65.

The process color (four color CMYK) of #5ebeec color hex is 0.60, 0.19, 0.00, 0.07. Web safe color of #5ebeec is #66ccff. Color #5ebeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 11101100
Octal 136 276 354
Decimal 94 190 236
Hex 5E BE EC

RGB Percentages of Color #5ebeec

%18.08
%36.54
%45.38

CMYK Percentages of Color #5ebeec

%60
%19
%0
%7

Triadic Colors of #5ebeec

#5ebeec #ec5ebe #beec5e

Analogous Colors of #5ebeec

#5ebeec #5e77ec #5eecd3

Monochromatic Colors of #5ebeec

#5ebeec

Complementary Color

#5ebeec #ec8c5e

#5ebeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebeec Color CSS Codes

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

#5ebeec Text Font Color

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

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


#5ebeec Background Color

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

This div background color is #5ebeec


#5ebeec Border Color

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

This div border color is #5ebeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebeec


Comments

No comments written yet.

Please login to write comment.