Color Hex Logo

#5eb2fd Color Hex

#5EB2FD
(94,178,253)
0 Favorites   0 Comments

Color spaces of #5eb2fd

RGB 94178253
HSL0.580.980.68
HSV208°63°99°
CMYK 0.630.300.00   0.01
XYZ38.266141.312398.8857
Yxy41.31230.21440.2315
Hunter Lab64.2746-6.2101-46.2246
CIE-Lab70.3942-3.1885-44.7259

#5eb2fd color RGB value is (94,178,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110010 11111101
Octal 136 262 375
Decimal 94 178 253
Hex 5E B2 FD

RGB Percentages of Color #5eb2fd

%17.90
%33.90
%48.19

CMYK Percentages of Color #5eb2fd

%63
%30
%0
%1

Triadic Colors of #5eb2fd

#5eb2fd #fd5eb2 #b2fd5e

Analogous Colors of #5eb2fd

#5eb2fd #5e63fd #5efdf9

Monochromatic Colors of #5eb2fd

#5eb2fd

Complementary Color

#5eb2fd #fda95e

#5eb2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb2fd Color CSS Codes

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

#5eb2fd Text Font Color

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

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


#5eb2fd Background Color

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

This div background color is #5eb2fd


#5eb2fd Border Color

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

This div border color is #5eb2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb2fd


Comments

No comments written yet.

Please login to write comment.