Color Hex Logo

#5eaceb Color Hex

#5EACEB
(94,172,235)
0 Favorites   0 Comments

Color spaces of #5eaceb

RGB 94172235
HSL0.570.780.65
HSV207°60°92°
CMYK 0.600.270.00   0.08
XYZ34.364037.882984.0982
Yxy37.88290.21980.2423
Hunter Lab61.5491-8.0510-37.9271
CIE-Lab67.9342-5.5872-38.7870

#5eaceb color RGB value is (94,172,235).

#5eaceb hex color red value is 94, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5eaceb hue: 0.57 , saturation: 0.78 and the lightness value of 5eaceb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11101011
Octal 136 254 353
Decimal 94 172 235
Hex 5E AC EB

RGB Percentages of Color #5eaceb

%18.76
%34.33
%46.91

CMYK Percentages of Color #5eaceb

%60
%27
%0
%8

Triadic Colors of #5eaceb

#5eaceb #eb5eac #aceb5e

Analogous Colors of #5eaceb

#5eaceb #5e66eb #5eebe4

Monochromatic Colors of #5eaceb

#5eaceb

Complementary Color

#5eaceb #eb9d5e

#5eaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaceb Color CSS Codes

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

#5eaceb Text Font Color

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

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


#5eaceb Background Color

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

This div background color is #5eaceb


#5eaceb Border Color

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

This div border color is #5eaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaceb


Comments

No comments written yet.

Please login to write comment.