Color Hex Logo

#5ebbdd Color Hex

#5EBBDD
(94,187,221)
0 Favorites   0 Comments

Color spaces of #5ebbdd

RGB 94187221
HSL0.540.650.62
HSV196°57°87°
CMYK 0.570.150.00   0.13
XYZ35.437643.140874.8659
Yxy43.14080.23090.2811
Hunter Lab65.6817-18.6358-21.6033
CIE-Lab71.6504-17.9339-25.4029

#5ebbdd color RGB value is (94,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111011 11011101
Octal 136 273 335
Decimal 94 187 221
Hex 5E BB DD

RGB Percentages of Color #5ebbdd

%18.73
%37.25
%44.02

CMYK Percentages of Color #5ebbdd

%57
%15
%0
%13

Triadic Colors of #5ebbdd

#5ebbdd #dd5ebb #bbdd5e

Analogous Colors of #5ebbdd

#5ebbdd #5e7cdd #5eddc0

Monochromatic Colors of #5ebbdd

#5ebbdd

Complementary Color

#5ebbdd #dd805e

#5ebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebbdd Color CSS Codes

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

#5ebbdd Text Font Color

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

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


#5ebbdd Background Color

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

This div background color is #5ebbdd


#5ebbdd Border Color

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

This div border color is #5ebbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebbdd


Comments

No comments written yet.

Please login to write comment.