Color Hex Logo

#4eebfe Color Hex

#4EEBFE
(78,235,254)
0 Favorites   0 Comments

Color spaces of #4eebfe

RGB 78235254
HSL0.520.990.65
HSV186°69°100°
CMYK 0.690.070.00   0.00
XYZ50.739668.1921104.2541
Yxy68.19210.22730.3055
Hunter Lab82.5785-34.8347-17.0478
CIE-Lab86.1024-34.4889-21.0860

#4eebfe color RGB value is (78,235,254).

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

The process color (four color CMYK) of #4eebfe color hex is 0.69, 0.07, 0.00, 0.00. Web safe color of #4eebfe is #66ffff. Color #4eebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11111110
Octal 116 353 376
Decimal 78 235 254
Hex 4E EB FE

RGB Percentages of Color #4eebfe

%13.76
%41.45
%44.80

CMYK Percentages of Color #4eebfe

%69
%7
%0
%0

Triadic Colors of #4eebfe

#4eebfe #fe4eeb #ebfe4e

Analogous Colors of #4eebfe

#4eebfe #4e93fe #4efeb9

Monochromatic Colors of #4eebfe

#4eebfe

Complementary Color

#4eebfe #fe614e

#4eebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebfe Color CSS Codes

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

#4eebfe Text Font Color

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

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


#4eebfe Background Color

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

This div background color is #4eebfe


#4eebfe Border Color

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

This div border color is #4eebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebfe


Comments

No comments written yet.

Please login to write comment.