Color Hex Logo

#5eafff Color Hex

#5EAFFF
(94,175,255)
0 Favorites   0 Comments

Color spaces of #5eafff

RGB 94175255
HSL0.581.000.68
HSV210°63°100°
CMYK 0.630.310.00   0.00
XYZ37.996140.2596100.3760
Yxy40.25960.21270.2254
Hunter Lab63.4505-4.1470-49.3790
CIE-Lab69.6540-0.8686-46.9701

#5eafff color RGB value is (94,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 11111111
Octal 136 257 377
Decimal 94 175 255
Hex 5E AF FF

RGB Percentages of Color #5eafff

%17.94
%33.40
%48.66

CMYK Percentages of Color #5eafff

%63
%31
%0
%0

Triadic Colors of #5eafff

#5eafff #ff5eaf #afff5e

Analogous Colors of #5eafff

#5eafff #5e5fff #5effff

Monochromatic Colors of #5eafff

#5eafff

Complementary Color

#5eafff #ffae5e

#5eafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eafff Color CSS Codes

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

#5eafff Text Font Color

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

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


#5eafff Background Color

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

This div background color is #5eafff


#5eafff Border Color

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

This div border color is #5eafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eafff

Related Colors


Comments

No comments written yet.

Please login to write comment.