Color Hex Logo

#5eabfb Color Hex

#5EABFB
(94,171,251)
0 Favorites   0 Comments

Color spaces of #5eabfb

RGB 94171251
HSL0.580.950.68
HSV211°63°98°
CMYK 0.630.320.00   0.02
XYZ36.591638.470596.7638
Yxy38.47050.21300.2239
Hunter Lab62.0246-3.2364-49.0804
CIE-Lab68.36600.0880-46.8274

#5eabfb color RGB value is (94,171,251).

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

The process color (four color CMYK) of #5eabfb color hex is 0.63, 0.32, 0.00, 0.02. Web safe color of #5eabfb is #6699ff. Color #5eabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11111011
Octal 136 253 373
Decimal 94 171 251
Hex 5E AB FB

RGB Percentages of Color #5eabfb

%18.22
%33.14
%48.64

CMYK Percentages of Color #5eabfb

%63
%32
%0
%2

Triadic Colors of #5eabfb

#5eabfb #fb5eab #abfb5e

Analogous Colors of #5eabfb

#5eabfb #5f5efb #5efafb

Monochromatic Colors of #5eabfb

#5eabfb

Complementary Color

#5eabfb #fbae5e

#5eabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabfb Color CSS Codes

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

#5eabfb Text Font Color

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

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


#5eabfb Background Color

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

This div background color is #5eabfb


#5eabfb Border Color

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

This div border color is #5eabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabfb


Comments

No comments written yet.

Please login to write comment.