Color Hex Logo

#5ebffd Color Hex

#5EBFFD
(94,191,253)
0 Favorites   0 Comments

Color spaces of #5ebffd

RGB 94191253
HSL0.560.980.68
HSV203°63°99°
CMYK 0.630.250.00   0.01
XYZ40.976546.733199.7892
Yxy46.73310.21850.2492
Hunter Lab68.3616-12.6385-38.6940
CIE-Lab74.0187-10.2928-39.0647

#5ebffd color RGB value is (94,191,253).

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

The process color (four color CMYK) of #5ebffd color hex is 0.63, 0.25, 0.00, 0.01. Web safe color of #5ebffd is #66ccff. Color #5ebffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11111101
Octal 136 277 375
Decimal 94 191 253
Hex 5E BF FD

RGB Percentages of Color #5ebffd

%17.47
%35.50
%47.03

CMYK Percentages of Color #5ebffd

%63
%25
%0
%1

Triadic Colors of #5ebffd

#5ebffd #fd5ebf #bffd5e

Analogous Colors of #5ebffd

#5ebffd #5e70fd #5efdec

Monochromatic Colors of #5ebffd

#5ebffd

Complementary Color

#5ebffd #fd9c5e

#5ebffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebffd Color CSS Codes

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

#5ebffd Text Font Color

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

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


#5ebffd Background Color

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

This div background color is #5ebffd


#5ebffd Border Color

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

This div border color is #5ebffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebffd


Comments

No comments written yet.

Please login to write comment.