Color Hex Logo

#4ebeff Color Hex

#4EBEFF
(78,190,255)
0 Favorites   0 Comments

Color spaces of #4ebeff

RGB 78190255
HSL0.561.000.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.605345.6666101.3349
Yxy45.66660.21220.2447
Hunter Lab67.5771-13.6453-41.6041
CIE-Lab73.3287-11.5795-41.2524

#4ebeff color RGB value is (78,190,255).

#4ebeff hex color red value is 78, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4ebeff hue: 0.56 , saturation: 1.00 and the lightness value of 4ebeff is 0.65.

The process color (four color CMYK) of #4ebeff color hex is 0.69, 0.25, 0.00, 0.00. Web safe color of #4ebeff is #66ccff. Color #4ebeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11111111
Octal 116 276 377
Decimal 78 190 255
Hex 4E BE FF

RGB Percentages of Color #4ebeff

%14.91
%36.33
%48.76

CMYK Percentages of Color #4ebeff

%69
%25
%0
%0

Triadic Colors of #4ebeff

#4ebeff #ff4ebe #beff4e

Analogous Colors of #4ebeff

#4ebeff #4e66ff #4effe8

Monochromatic Colors of #4ebeff

#4ebeff

Complementary Color

#4ebeff #ff8f4e

#4ebeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebeff Color CSS Codes

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

#4ebeff Text Font Color

<p style="color:#4ebeff">Text here</p>

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


#4ebeff Background Color

<div style="background-color:#4ebeff">
Div content here</div>

This div background color is #4ebeff


#4ebeff Border Color

<div style="border:3px solid #4ebeff">
Div here</div>

This div border color is #4ebeff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,190,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ebeff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ebeff;
  -webkit-box-shadow: 1px 1px 3px 2px #4ebeff;
  box-shadow:         1px 1px 3px 2px #4ebeff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,190,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebeff

Related Colors


Comments

No comments written yet.

Please login to write comment.