Color Hex Logo

#5eacfe Color Hex

#5EACFE
(94,172,254)
0 Favorites   0 Comments

Color spaces of #5eacfe

RGB 94172254
HSL0.590.990.68
HSV211°63°100°
CMYK 0.630.320.00   0.00
XYZ37.258039.040599.3378
Yxy39.04050.21210.2223
Hunter Lab62.4824-2.9054-50.5247
CIE-Lab68.78060.4956-47.8026

#5eacfe color RGB value is (94,172,254).

#5eacfe hex color red value is 94, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5eacfe hue: 0.59 , saturation: 0.99 and the lightness value of 5eacfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11111110
Octal 136 254 376
Decimal 94 172 254
Hex 5E AC FE

RGB Percentages of Color #5eacfe

%18.08
%33.08
%48.85

CMYK Percentages of Color #5eacfe

%63
%32
%0
%0

Triadic Colors of #5eacfe

#5eacfe #fe5eac #acfe5e

Analogous Colors of #5eacfe

#5eacfe #605efe #5efcfe

Monochromatic Colors of #5eacfe

#5eacfe

Complementary Color

#5eacfe #feb05e

#5eacfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacfe Color CSS Codes

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

#5eacfe Text Font Color

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

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


#5eacfe Background Color

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

This div background color is #5eacfe


#5eacfe Border Color

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

This div border color is #5eacfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacfe


Comments

No comments written yet.

Please login to write comment.