Color Hex Logo

#5ebcfa Color Hex

#5EBCFA
(94,188,250)
0 Favorites   0 Comments

Color spaces of #5ebcfa

RGB 94188250
HSL0.570.940.67
HSV204°62°98°
CMYK 0.620.250.00   0.02
XYZ39.854645.248397.0757
Yxy45.24830.21880.2484
Hunter Lab67.2669-11.9584-38.4772
CIE-Lab73.0551-9.6183-38.9491

#5ebcfa color RGB value is (94,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 11111010
Octal 136 274 372
Decimal 94 188 250
Hex 5E BC FA

RGB Percentages of Color #5ebcfa

%17.67
%35.34
%46.99

CMYK Percentages of Color #5ebcfa

%62
%25
%0
%2

Triadic Colors of #5ebcfa

#5ebcfa #fa5ebc #bcfa5e

Analogous Colors of #5ebcfa

#5ebcfa #5e6efa #5efaea

Monochromatic Colors of #5ebcfa

#5ebcfa

Complementary Color

#5ebcfa #fa9c5e

#5ebcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebcfa Color CSS Codes

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

#5ebcfa Text Font Color

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

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


#5ebcfa Background Color

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

This div background color is #5ebcfa


#5ebcfa Border Color

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

This div border color is #5ebcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebcfa


Comments

No comments written yet.

Please login to write comment.