Color Hex Logo

#5ebfeb Color Hex

#5EBFEB
(94,191,235)
0 Favorites   0 Comments

Color spaces of #5ebfeb

RGB 94191235
HSL0.550.780.65
HSV199°60°92°
CMYK 0.600.190.00   0.08
XYZ38.242345.639485.3910
Yxy45.63940.22590.2696
Hunter Lab67.5569-17.1802-27.6519
CIE-Lab73.3109-15.8373-30.4523

#5ebfeb color RGB value is (94,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11101011
Octal 136 277 353
Decimal 94 191 235
Hex 5E BF EB

RGB Percentages of Color #5ebfeb

%18.08
%36.73
%45.19

CMYK Percentages of Color #5ebfeb

%60
%19
%0
%8

Triadic Colors of #5ebfeb

#5ebfeb #eb5ebf #bfeb5e

Analogous Colors of #5ebfeb

#5ebfeb #5e79eb #5eebd1

Monochromatic Colors of #5ebfeb

#5ebfeb

Complementary Color

#5ebfeb #eb8a5e

#5ebfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfeb Color CSS Codes

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

#5ebfeb Text Font Color

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

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


#5ebfeb Background Color

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

This div background color is #5ebfeb


#5ebfeb Border Color

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

This div border color is #5ebfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfeb


Comments

No comments written yet.

Please login to write comment.