Color Hex Logo

#4ebcfe Color Hex

#4EBCFE
(78,188,254)
0 Favorites   0 Comments

Color spaces of #4ebcfe

RGB 78188254
HSL0.560.990.65
HSV203°69°100°
CMYK 0.690.260.00   0.00
XYZ39.014544.7419100.3457
Yxy44.74190.21190.2430
Hunter Lab66.8894-12.9429-42.1227
CIE-Lab72.7216-10.8292-41.6616

#4ebcfe color RGB value is (78,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111100 11111110
Octal 116 274 376
Decimal 78 188 254
Hex 4E BC FE

RGB Percentages of Color #4ebcfe

%15.00
%36.15
%48.85

CMYK Percentages of Color #4ebcfe

%69
%26
%0
%0

Triadic Colors of #4ebcfe

#4ebcfe #fe4ebc #bcfe4e

Analogous Colors of #4ebcfe

#4ebcfe #4e64fe #4efee8

Monochromatic Colors of #4ebcfe

#4ebcfe

Complementary Color

#4ebcfe #fe904e

#4ebcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebcfe Color CSS Codes

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

#4ebcfe Text Font Color

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

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


#4ebcfe Background Color

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

This div background color is #4ebcfe


#4ebcfe Border Color

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

This div border color is #4ebcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebcfe


Comments

No comments written yet.

Please login to write comment.