Color Hex Logo

#5eacea Color Hex

#5EACEA
(94,172,234)
0 Favorites   0 Comments

Color spaces of #5eacea

RGB 94172234
HSL0.570.770.64
HSV207°60°92°
CMYK 0.600.260.00   0.08
XYZ34.219937.825283.3393
Yxy37.82520.22020.2434
Hunter Lab61.5022-8.3112-37.2901
CIE-Lab67.8916-5.9020-38.3069

#5eacea color RGB value is (94,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11101010
Octal 136 254 352
Decimal 94 172 234
Hex 5E AC EA

RGB Percentages of Color #5eacea

%18.80
%34.40
%46.80

CMYK Percentages of Color #5eacea

%60
%26
%0
%8

Triadic Colors of #5eacea

#5eacea #ea5eac #acea5e

Analogous Colors of #5eacea

#5eacea #5e66ea #5eeae2

Monochromatic Colors of #5eacea

#5eacea

Complementary Color

#5eacea #ea9c5e

#5eacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacea Color CSS Codes

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

#5eacea Text Font Color

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

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


#5eacea Background Color

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

This div background color is #5eacea


#5eacea Border Color

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

This div border color is #5eacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacea


Comments

No comments written yet.

Please login to write comment.