Color Hex Logo

#5eaefb Color Hex

#5EAEFB
(94,174,251)
0 Favorites   0 Comments

Color spaces of #5eaefb

RGB 94174251
HSL0.580.950.68
HSV209°63°98°
CMYK 0.630.310.00   0.02
XYZ37.164739.616896.9548
Yxy39.61680.21390.2280
Hunter Lab62.9419-4.7511-47.2702
CIE-Lab69.1957-1.5995-45.5232

#5eaefb color RGB value is (94,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 11111011
Octal 136 256 373
Decimal 94 174 251
Hex 5E AE FB

RGB Percentages of Color #5eaefb

%18.11
%33.53
%48.36

CMYK Percentages of Color #5eaefb

%63
%31
%0
%2

Triadic Colors of #5eaefb

#5eaefb #fb5eae #aefb5e

Analogous Colors of #5eaefb

#5eaefb #5e60fb #5efbfa

Monochromatic Colors of #5eaefb

#5eaefb

Complementary Color

#5eaefb #fbab5e

#5eaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaefb Color CSS Codes

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

#5eaefb Text Font Color

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

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


#5eaefb Background Color

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

This div background color is #5eaefb


#5eaefb Border Color

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

This div border color is #5eaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaefb


Comments

No comments written yet.

Please login to write comment.