Color Hex Logo

#5eabe5 Color Hex

#5EABE5
(94,171,229)
0 Favorites   0 Comments

Color spaces of #5eabe5

RGB 94171229
HSL0.570.720.63
HSV206°59°90°
CMYK 0.590.250.00   0.10
XYZ33.321937.162679.5456
Yxy37.16260.22210.2477
Hunter Lab60.9611-9.1123-34.6922
CIE-Lab67.3988-6.9172-36.3372

#5eabe5 color RGB value is (94,171,229).

#5eabe5 hex color red value is 94, green value is 171 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #5eabe5 hue: 0.57 , saturation: 0.72 and the lightness value of 5eabe5 is 0.63.

The process color (four color CMYK) of #5eabe5 color hex is 0.59, 0.25, 0.00, 0.10. Web safe color of #5eabe5 is #6699cc. Color #5eabe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11100101
Octal 136 253 345
Decimal 94 171 229
Hex 5E AB E5

RGB Percentages of Color #5eabe5

%19.03
%34.62
%46.36

CMYK Percentages of Color #5eabe5

%59
%25
%0
%10

Triadic Colors of #5eabe5

#5eabe5 #e55eab #abe55e

Analogous Colors of #5eabe5

#5eabe5 #5e68e5 #5ee5dc

Monochromatic Colors of #5eabe5

#5eabe5

Complementary Color

#5eabe5 #e5985e

#5eabe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabe5 Color CSS Codes

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

#5eabe5 Text Font Color

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

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


#5eabe5 Background Color

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

This div background color is #5eabe5


#5eabe5 Border Color

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

This div border color is #5eabe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabe5


Comments

No comments written yet.

Please login to write comment.