Color Hex Logo

#5ebedd Color Hex

#5EBEDD
(94,190,221)
0 Favorites   0 Comments

Color spaces of #5ebedd

RGB 94190221
HSL0.540.650.62
HSV195°57°87°
CMYK 0.570.140.00   0.13
XYZ36.080744.427175.0802
Yxy44.42710.23190.2855
Hunter Lab66.6537-20.0190-20.1280
CIE-Lab72.5131-19.4882-24.0839

#5ebedd color RGB value is (94,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111110 11011101
Octal 136 276 335
Decimal 94 190 221
Hex 5E BE DD

RGB Percentages of Color #5ebedd

%18.61
%37.62
%43.76

CMYK Percentages of Color #5ebedd

%57
%14
%0
%13

Triadic Colors of #5ebedd

#5ebedd #dd5ebe #bedd5e

Analogous Colors of #5ebedd

#5ebedd #5e7fdd #5eddbd

Monochromatic Colors of #5ebedd

#5ebedd

Complementary Color

#5ebedd #dd7d5e

#5ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebedd Color CSS Codes

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

#5ebedd Text Font Color

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

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


#5ebedd Background Color

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

This div background color is #5ebedd


#5ebedd Border Color

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

This div border color is #5ebedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,190,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 #5ebedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebedd


Comments

No comments written yet.

Please login to write comment.