Color Hex Logo

#5eabf7 Color Hex

#5EABF7
(94,171,247)
0 Favorites   0 Comments

Color spaces of #5eabf7

RGB 94171247
HSL0.580.910.67
HSV210°62°97°
CMYK 0.620.310.00   0.03
XYZ35.967538.220993.4774
Yxy38.22090.21450.2280
Hunter Lab61.8231-4.3424-46.3712
CIE-Lab68.1831-1.2037-44.9407

#5eabf7 color RGB value is (94,171,247).

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

The process color (four color CMYK) of #5eabf7 color hex is 0.62, 0.31, 0.00, 0.03. Web safe color of #5eabf7 is #6699ff. Color #5eabf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11110111
Octal 136 253 367
Decimal 94 171 247
Hex 5E AB F7

RGB Percentages of Color #5eabf7

%18.36
%33.40
%48.24

CMYK Percentages of Color #5eabf7

%62
%31
%0
%3

Triadic Colors of #5eabf7

#5eabf7 #f75eab #abf75e

Analogous Colors of #5eabf7

#5eabf7 #5e5ff7 #5ef7f7

Monochromatic Colors of #5eabf7

#5eabf7

Complementary Color

#5eabf7 #f7aa5e

#5eabf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabf7 Color CSS Codes

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

#5eabf7 Text Font Color

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

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


#5eabf7 Background Color

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

This div background color is #5eabf7


#5eabf7 Border Color

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

This div border color is #5eabf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabf7


Comments

No comments written yet.

Please login to write comment.