Color Hex Logo

#5eaff7 Color Hex

#5EAFF7
(94,175,247)
0 Favorites   0 Comments

Color spaces of #5eaff7

RGB 94175247
HSL0.580.910.67
HSV208°62°97°
CMYK 0.620.290.00   0.03
XYZ36.734639.755093.7331
Yxy39.75500.21580.2335
Hunter Lab63.0516-6.3440-44.0050
CIE-Lab69.2947-3.4419-43.1974

#5eaff7 color RGB value is (94,175,247).

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

The process color (four color CMYK) of #5eaff7 color hex is 0.62, 0.29, 0.00, 0.03. Web safe color of #5eaff7 is #6699ff. Color #5eaff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101111 11110111
Octal 136 257 367
Decimal 94 175 247
Hex 5E AF F7

RGB Percentages of Color #5eaff7

%18.22
%33.91
%47.87

CMYK Percentages of Color #5eaff7

%62
%29
%0
%3

Triadic Colors of #5eaff7

#5eaff7 #f75eaf #aff75e

Analogous Colors of #5eaff7

#5eaff7 #5e62f7 #5ef7f3

Monochromatic Colors of #5eaff7

#5eaff7

Complementary Color

#5eaff7 #f7a65e

#5eaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eaff7 Color CSS Codes

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

#5eaff7 Text Font Color

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

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


#5eaff7 Background Color

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

This div background color is #5eaff7


#5eaff7 Border Color

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

This div border color is #5eaff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eaff7


Comments

No comments written yet.

Please login to write comment.