Color Hex Logo

#5edbfb Color Hex

#5EDBFB
(94,219,251)
0 Favorites   0 Comments

Color spaces of #5edbfb

RGB 94219251
HSL0.530.950.68
HSV192°63°98°
CMYK 0.630.130.00   0.02
XYZ47.360260.0078100.3533
Yxy60.00780.22800.2889
Hunter Lab77.4647-26.4323-22.5832
CIE-Lab81.8424-25.3394-25.9410

#5edbfb color RGB value is (94,219,251).

#5edbfb hex color red value is 94, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5edbfb hue: 0.53 , saturation: 0.95 and the lightness value of 5edbfb is 0.68.

The process color (four color CMYK) of #5edbfb color hex is 0.63, 0.13, 0.00, 0.02. Web safe color of #5edbfb is #66ccff. Color #5edbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11111011
Octal 136 333 373
Decimal 94 219 251
Hex 5E DB FB

RGB Percentages of Color #5edbfb

%16.67
%38.83
%44.50

CMYK Percentages of Color #5edbfb

%63
%13
%0
%2

Triadic Colors of #5edbfb

#5edbfb #fb5edb #dbfb5e

Analogous Colors of #5edbfb

#5edbfb #5e8dfb #5efbcd

Monochromatic Colors of #5edbfb

#5edbfb

Complementary Color

#5edbfb #fb7e5e

#5edbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbfb Color CSS Codes

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

#5edbfb Text Font Color

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

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


#5edbfb Background Color

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

This div background color is #5edbfb


#5edbfb Border Color

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

This div border color is #5edbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbfb


Comments

No comments written yet.

Please login to write comment.