Color Hex Logo

#5eaaec Color Hex

#5EAAEC
(94,170,236)
0 Favorites   0 Comments

Color spaces of #5eaaec

RGB 94170236
HSL0.580.790.65
HSV208°60°93°
CMYK 0.600.280.00   0.07
XYZ34.131137.185384.7355
Yxy37.18530.21870.2383
Hunter Lab60.9798-6.8060-39.7017
CIE-Lab67.4158-4.1592-40.1432

#5eaaec color RGB value is (94,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101010 11101100
Octal 136 252 354
Decimal 94 170 236
Hex 5E AA EC

RGB Percentages of Color #5eaaec

%18.80
%34.00
%47.20

CMYK Percentages of Color #5eaaec

%60
%28
%0
%7

Triadic Colors of #5eaaec

#5eaaec #ec5eaa #aaec5e

Analogous Colors of #5eaaec

#5eaaec #5e63ec #5eece7

Monochromatic Colors of #5eaaec

#5eaaec

Complementary Color

#5eaaec #eca05e

#5eaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaaec Color CSS Codes

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

#5eaaec Text Font Color

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

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


#5eaaec Background Color

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

This div background color is #5eaaec


#5eaaec Border Color

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

This div border color is #5eaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaaec


Comments

No comments written yet.

Please login to write comment.