Color Hex Logo

#4ebcff Color Hex

#4EBCFF
(78,188,255)
0 Favorites   0 Comments

Color spaces of #4ebcff

RGB 78188255
HSL0.561.000.65
HSV203°69°100°
CMYK 0.690.260.00   0.00
XYZ39.175144.8061101.1914
Yxy44.80610.21160.2420
Hunter Lab66.9374-12.6732-42.7745
CIE-Lab72.7640-10.5028-42.1337

#4ebcff color RGB value is (78,188,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 11111111
Octal 116 274 377
Decimal 78 188 255
Hex 4E BC FF

RGB Percentages of Color #4ebcff

%14.97
%36.08
%48.94

CMYK Percentages of Color #4ebcff

%69
%26
%0
%0

Triadic Colors of #4ebcff

#4ebcff #ff4ebc #bcff4e

Analogous Colors of #4ebcff

#4ebcff #4e64ff #4effea

Monochromatic Colors of #4ebcff

#4ebcff

Complementary Color

#4ebcff #ff914e

#4ebcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcff Color CSS Codes

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

#4ebcff Text Font Color

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

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


#4ebcff Background Color

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

This div background color is #4ebcff


#4ebcff Border Color

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

This div border color is #4ebcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcff

Related Colors

#4ebcff Color Palettes


Comments

No comments written yet.

Please login to write comment.