Color Hex Logo

#5eabfc Color Hex

#5EABFC
(94,171,252)
0 Favorites   0 Comments

Color spaces of #5eabfc

RGB 94171252
HSL0.590.960.68
HSV211°63°99°
CMYK 0.630.320.00   0.01
XYZ36.749738.533897.5963
Yxy38.53380.21260.2229
Hunter Lab62.0756-2.9576-49.7638
CIE-Lab68.41220.4117-47.2975

#5eabfc color RGB value is (94,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10101011 11111100
Octal 136 253 374
Decimal 94 171 252
Hex 5E AB FC

RGB Percentages of Color #5eabfc

%18.18
%33.08
%48.74

CMYK Percentages of Color #5eabfc

%63
%32
%0
%1

Triadic Colors of #5eabfc

#5eabfc #fc5eab #abfc5e

Analogous Colors of #5eabfc

#5eabfc #605efc #5efafc

Monochromatic Colors of #5eabfc

#5eabfc

Complementary Color

#5eabfc #fcaf5e

#5eabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eabfc Color CSS Codes

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

#5eabfc Text Font Color

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

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


#5eabfc Background Color

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

This div background color is #5eabfc


#5eabfc Border Color

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

This div border color is #5eabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eabfc


Comments

No comments written yet.

Please login to write comment.