Color Hex Logo

#5ebdfe Color Hex

#5EBDFE
(94,189,254)
0 Favorites   0 Comments

Color spaces of #5ebdfe

RGB 94189254
HSL0.570.990.68
HSV204°63°100°
CMYK 0.630.260.00   0.00
XYZ40.703145.9306100.4861
Yxy45.93060.21750.2455
Hunter Lab67.7721-11.3963-40.4691
CIE-Lab73.5005-8.9009-40.4095

#5ebdfe color RGB value is (94,189,254).

#5ebdfe hex color red value is 94, green value is 189 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5ebdfe hue: 0.57 , saturation: 0.99 and the lightness value of 5ebdfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111101 11111110
Octal 136 275 376
Decimal 94 189 254
Hex 5E BD FE

RGB Percentages of Color #5ebdfe

%17.50
%35.20
%47.30

CMYK Percentages of Color #5ebdfe

%63
%26
%0
%0

Triadic Colors of #5ebdfe

#5ebdfe #fe5ebd #bdfe5e

Analogous Colors of #5ebdfe

#5ebdfe #5e6dfe #5efeef

Monochromatic Colors of #5ebdfe

#5ebdfe

Complementary Color

#5ebdfe #fe9f5e

#5ebdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebdfe Color CSS Codes

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

#5ebdfe Text Font Color

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

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


#5ebdfe Background Color

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

This div background color is #5ebdfe


#5ebdfe Border Color

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

This div border color is #5ebdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.