Color Hex Logo

#5eacff Color Hex

#5EACFF
(94,172,255)
1 Favorites   0 Comments

Color spaces of #5eacff

RGB 94172255
HSL0.591.000.68
HSV211°63°100°
CMYK 0.630.330.00   0.00
XYZ37.418639.1047100.1835
Yxy39.10470.21180.2213
Hunter Lab62.5338-2.6242-51.2132
CIE-Lab68.82700.8204-48.2715

#5eacff color RGB value is (94,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101100 11111111
Octal 136 254 377
Decimal 94 172 255
Hex 5E AC FF

RGB Percentages of Color #5eacff

%18.04
%33.01
%48.94

CMYK Percentages of Color #5eacff

%63
%33
%0
%0

Triadic Colors of #5eacff

#5eacff #ff5eac #acff5e

Analogous Colors of #5eacff

#5eacff #605eff #5efdff

Monochromatic Colors of #5eacff

#5eacff

Complementary Color

#5eacff #ffb15e

#5eacff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eacff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eacff Color CSS Codes

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

#5eacff Text Font Color

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

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


#5eacff Background Color

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

This div background color is #5eacff


#5eacff Border Color

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

This div border color is #5eacff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eacff

Related Colors


Comments

No comments written yet.

Please login to write comment.