Color Hex Logo

#5ebdfa Color Hex

#5EBDFA
(94,189,250)
0 Favorites   0 Comments

Color spaces of #5ebdfa

RGB 94189250
HSL0.570.940.67
HSV203°62°98°
CMYK 0.620.240.00   0.02
XYZ40.069045.677097.1472
Yxy45.67700.21910.2497
Hunter Lab67.5848-12.4460-37.9149
CIE-Lab73.3355-10.1569-38.5130

#5ebdfa color RGB value is (94,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11111010
Octal 136 275 372
Decimal 94 189 250
Hex 5E BD FA

RGB Percentages of Color #5ebdfa

%17.64
%35.46
%46.90

CMYK Percentages of Color #5ebdfa

%62
%24
%0
%2

Triadic Colors of #5ebdfa

#5ebdfa #fa5ebd #bdfa5e

Analogous Colors of #5ebdfa

#5ebdfa #5e6ffa #5efae9

Monochromatic Colors of #5ebdfa

#5ebdfa

Complementary Color

#5ebdfa #fa9b5e

#5ebdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdfa Color CSS Codes

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

#5ebdfa Text Font Color

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

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


#5ebdfa Background Color

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

This div background color is #5ebdfa


#5ebdfa Border Color

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

This div border color is #5ebdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdfa


Comments

No comments written yet.

Please login to write comment.