Color Hex Logo

#5ebfea Color Hex

#5EBFEA
(94,191,234)
0 Favorites   0 Comments

Color spaces of #5ebfea

RGB 94191234
HSL0.550.770.64
HSV198°60°92°
CMYK 0.600.180.00   0.08
XYZ38.098245.581884.6321
Yxy45.58180.22640.2708
Hunter Lab67.5143-17.4228-27.0626
CIE-Lab73.2733-16.1395-29.9691

#5ebfea color RGB value is (94,191,234).

#5ebfea hex color red value is 94, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5ebfea hue: 0.55 , saturation: 0.77 and the lightness value of 5ebfea is 0.64.

The process color (four color CMYK) of #5ebfea color hex is 0.60, 0.18, 0.00, 0.08. Web safe color of #5ebfea is #66ccff. Color #5ebfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 11101010
Octal 136 277 352
Decimal 94 191 234
Hex 5E BF EA

RGB Percentages of Color #5ebfea

%18.11
%36.80
%45.09

CMYK Percentages of Color #5ebfea

%60
%18
%0
%8

Triadic Colors of #5ebfea

#5ebfea #ea5ebf #bfea5e

Analogous Colors of #5ebfea

#5ebfea #5e79ea #5eeacf

Monochromatic Colors of #5ebfea

#5ebfea

Complementary Color

#5ebfea #ea895e

#5ebfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebfea Color CSS Codes

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

#5ebfea Text Font Color

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

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


#5ebfea Background Color

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

This div background color is #5ebfea


#5ebfea Border Color

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

This div border color is #5ebfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebfea


Comments

No comments written yet.

Please login to write comment.