Color Hex Logo

#5ebbde Color Hex

#5EBBDE
(94,187,222)
0 Favorites   0 Comments

Color spaces of #5ebbde

RGB 94187222
HSL0.550.660.62
HSV196°58°87°
CMYK 0.580.160.00   0.13
XYZ35.571243.194375.5698
Yxy43.19430.23050.2799
Hunter Lab65.7224-18.4038-22.1680
CIE-Lab71.6866-17.6383-25.8920

#5ebbde color RGB value is (94,187,222).

#5ebbde hex color red value is 94, green value is 187 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5ebbde hue: 0.55 , saturation: 0.66 and the lightness value of 5ebbde is 0.62.

The process color (four color CMYK) of #5ebbde color hex is 0.58, 0.16, 0.00, 0.13. Web safe color of #5ebbde is #66cccc. Color #5ebbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11011110
Octal 136 273 336
Decimal 94 187 222
Hex 5E BB DE

RGB Percentages of Color #5ebbde

%18.69
%37.18
%44.14

CMYK Percentages of Color #5ebbde

%58
%16
%0
%13

Triadic Colors of #5ebbde

#5ebbde #de5ebb #bbde5e

Analogous Colors of #5ebbde

#5ebbde #5e7bde #5edec1

Monochromatic Colors of #5ebbde

#5ebbde

Complementary Color

#5ebbde #de815e

#5ebbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbde Color CSS Codes

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

#5ebbde Text Font Color

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

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


#5ebbde Background Color

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

This div background color is #5ebbde


#5ebbde Border Color

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

This div border color is #5ebbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbde


Comments

No comments written yet.

Please login to write comment.