Color Hex Logo

#5eaeea Color Hex

#5EAEEA
(94,174,234)
0 Favorites   0 Comments

Color spaces of #5eaeea

RGB 94174234
HSL0.570.770.64
HSV206°60°92°
CMYK 0.600.260.00   0.08
XYZ34.603438.592383.4672
Yxy38.59230.22090.2463
Hunter Lab62.1227-9.2872-36.1753
CIE-Lab68.4549-7.0063-37.4292

#5eaeea color RGB value is (94,174,234).

#5eaeea hex color red value is 94, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5eaeea hue: 0.57 , saturation: 0.77 and the lightness value of 5eaeea is 0.64.

The process color (four color CMYK) of #5eaeea color hex is 0.60, 0.26, 0.00, 0.08. Web safe color of #5eaeea is #6699ff. Color #5eaeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101110 11101010
Octal 136 256 352
Decimal 94 174 234
Hex 5E AE EA

RGB Percentages of Color #5eaeea

%18.73
%34.66
%46.61

CMYK Percentages of Color #5eaeea

%60
%26
%0
%8

Triadic Colors of #5eaeea

#5eaeea #ea5eae #aeea5e

Analogous Colors of #5eaeea

#5eaeea #5e68ea #5eeae0

Monochromatic Colors of #5eaeea

#5eaeea

Complementary Color

#5eaeea #ea9a5e

#5eaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaeea Color CSS Codes

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

#5eaeea Text Font Color

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

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


#5eaeea Background Color

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

This div background color is #5eaeea


#5eaeea Border Color

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

This div border color is #5eaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaeea


Comments

No comments written yet.

Please login to write comment.