Color Hex Logo

#5ebbea Color Hex

#5EBBEA
(94,187,234)
0 Favorites   0 Comments

Color spaces of #5ebbea

RGB 94187234
HSL0.560.770.64
HSV200°60°92°
CMYK 0.600.200.00   0.08
XYZ37.237743.860884.3453
Yxy43.86080.22510.2651
Hunter Lab66.2275-15.5330-29.1507
CIE-Lab72.1354-14.0311-31.7232

#5ebbea color RGB value is (94,187,234).

#5ebbea hex color red value is 94, green value is 187 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5ebbea hue: 0.56 , saturation: 0.77 and the lightness value of 5ebbea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11101010
Octal 136 273 352
Decimal 94 187 234
Hex 5E BB EA

RGB Percentages of Color #5ebbea

%18.25
%36.31
%45.44

CMYK Percentages of Color #5ebbea

%60
%20
%0
%8

Triadic Colors of #5ebbea

#5ebbea #ea5ebb #bbea5e

Analogous Colors of #5ebbea

#5ebbea #5e75ea #5eead3

Monochromatic Colors of #5ebbea

#5ebbea

Complementary Color

#5ebbea #ea8d5e

#5ebbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbea Color CSS Codes

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

#5ebbea Text Font Color

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

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


#5ebbea Background Color

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

This div background color is #5ebbea


#5ebbea Border Color

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

This div border color is #5ebbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbea


Comments

No comments written yet.

Please login to write comment.