Color Hex Logo

#4ebfff Color Hex

#4EBFFF
(78,191,255)
0 Favorites   0 Comments

Color spaces of #4ebfff

RGB 78191255
HSL0.561.000.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.822746.1013101.4073
Yxy46.10130.21260.2461
Hunter Lab67.8979-14.1297-41.0226
CIE-Lab73.6112-12.1153-40.8118

#4ebfff color RGB value is (78,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 11111111
Octal 116 277 377
Decimal 78 191 255
Hex 4E BF FF

RGB Percentages of Color #4ebfff

%14.89
%36.45
%48.66

CMYK Percentages of Color #4ebfff

%69
%25
%0
%0

Triadic Colors of #4ebfff

#4ebfff #ff4ebf #bfff4e

Analogous Colors of #4ebfff

#4ebfff #4e67ff #4effe7

Monochromatic Colors of #4ebfff

#4ebfff

Complementary Color

#4ebfff #ff8e4e

#4ebfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfff Color CSS Codes

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

#4ebfff Text Font Color

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

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


#4ebfff Background Color

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

This div background color is #4ebfff


#4ebfff Border Color

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

This div border color is #4ebfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfff


Comments

No comments written yet.

Please login to write comment.