Color Hex Logo

#5eabf0 Color Hex

#5EABF0
(94,171,240)
0 Favorites   0 Comments

Color spaces of #5eabf0

RGB 94171240
HSL0.580.830.65
HSV208°61°94°
CMYK 0.610.290.00   0.06
XYZ34.907237.796887.8938
Yxy37.79680.21740.2354
Hunter Lab61.4791-6.2380-41.7288
CIE-Lab67.8706-3.4459-41.6169

#5eabf0 color RGB value is (94,171,240).

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

The process color (four color CMYK) of #5eabf0 color hex is 0.61, 0.29, 0.00, 0.06. Web safe color of #5eabf0 is #6699ff. Color #5eabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11110000
Octal 136 253 360
Decimal 94 171 240
Hex 5E AB F0

RGB Percentages of Color #5eabf0

%18.61
%33.86
%47.52

CMYK Percentages of Color #5eabf0

%61
%29
%0
%6

Triadic Colors of #5eabf0

#5eabf0 #f05eab #abf05e

Analogous Colors of #5eabf0

#5eabf0 #5e62f0 #5ef0ec

Monochromatic Colors of #5eabf0

#5eabf0

Complementary Color

#5eabf0 #f0a35e

#5eabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabf0 Color CSS Codes

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

#5eabf0 Text Font Color

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

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


#5eabf0 Background Color

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

This div background color is #5eabf0


#5eabf0 Border Color

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

This div border color is #5eabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabf0


Comments

No comments written yet.

Please login to write comment.