Color Hex Logo

#4ebafb Color Hex

#4EBAFB
(78,186,251)
0 Favorites   0 Comments

Color spaces of #4ebafb

RGB 78186251
HSL0.560.960.65
HSV203°69°98°
CMYK 0.690.260.00   0.02
XYZ38.113443.702597.6934
Yxy43.70250.21230.2435
Hunter Lab66.1079-12.7775-41.3425
CIE-Lab72.0292-10.7277-41.1253

#4ebafb color RGB value is (78,186,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111010 11111011
Octal 116 272 373
Decimal 78 186 251
Hex 4E BA FB

RGB Percentages of Color #4ebafb

%15.15
%36.12
%48.74

CMYK Percentages of Color #4ebafb

%69
%26
%0
%2

Triadic Colors of #4ebafb

#4ebafb #fb4eba #bafb4e

Analogous Colors of #4ebafb

#4ebafb #4e63fb #4efbe6

Monochromatic Colors of #4ebafb

#4ebafb

Complementary Color

#4ebafb #fb8f4e

#4ebafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebafb Color CSS Codes

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

#4ebafb Text Font Color

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

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


#4ebafb Background Color

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

This div background color is #4ebafb


#4ebafb Border Color

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

This div border color is #4ebafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebafb


Comments

No comments written yet.

Please login to write comment.