Color Hex Logo

#5edbfa Color Hex

#5EDBFA
(94,219,250)
0 Favorites   0 Comments

Color spaces of #5edbfa

RGB 94219250
HSL0.530.940.67
HSV192°62°98°
CMYK 0.620.120.00   0.02
XYZ47.202959.944899.5251
Yxy59.94480.22840.2900
Hunter Lab77.4240-26.6664-22.0178
CIE-Lab81.8082-25.6311-25.4631

#5edbfa color RGB value is (94,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 11111010
Octal 136 333 372
Decimal 94 219 250
Hex 5E DB FA

RGB Percentages of Color #5edbfa

%16.70
%38.90
%44.40

CMYK Percentages of Color #5edbfa

%62
%12
%0
%2

Triadic Colors of #5edbfa

#5edbfa #fa5edb #dbfa5e

Analogous Colors of #5edbfa

#5edbfa #5e8dfa #5efacb

Monochromatic Colors of #5edbfa

#5edbfa

Complementary Color

#5edbfa #fa7d5e

#5edbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edbfa Color CSS Codes

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

#5edbfa Text Font Color

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

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


#5edbfa Background Color

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

This div background color is #5edbfa


#5edbfa Border Color

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

This div border color is #5edbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edbfa


Comments

No comments written yet.

Please login to write comment.