Color Hex Logo

#4ebcfb Color Hex

#4EBCFB
(78,188,251)
0 Favorites   0 Comments

Color spaces of #4ebcfb

RGB 78188251
HSL0.560.960.65
HSV202°69°98°
CMYK 0.690.250.00   0.02
XYZ38.537744.551297.8349
Yxy44.55120.21300.2462
Hunter Lab66.7467-13.7457-40.1825
CIE-Lab72.5954-11.8050-40.2422

#4ebcfb color RGB value is (78,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 11111011
Octal 116 274 373
Decimal 78 188 251
Hex 4E BC FB

RGB Percentages of Color #4ebcfb

%15.09
%36.36
%48.55

CMYK Percentages of Color #4ebcfb

%69
%25
%0
%2

Triadic Colors of #4ebcfb

#4ebcfb #fb4ebc #bcfb4e

Analogous Colors of #4ebcfb

#4ebcfb #4e66fb #4efbe4

Monochromatic Colors of #4ebcfb

#4ebcfb

Complementary Color

#4ebcfb #fb8d4e

#4ebcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcfb Color CSS Codes

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

#4ebcfb Text Font Color

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

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


#4ebcfb Background Color

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

This div background color is #4ebcfb


#4ebcfb Border Color

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

This div border color is #4ebcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcfb


Comments

No comments written yet.

Please login to write comment.