Color Hex Logo

#4eebfc Color Hex

#4EEBFC
(78,235,252)
0 Favorites   0 Comments

Color spaces of #4eebfc

RGB 78235252
HSL0.520.970.65
HSV186°69°99°
CMYK 0.690.070.00   0.01
XYZ50.420968.0646102.5758
Yxy68.06460.22810.3079
Hunter Lab82.5013-35.2864-15.9658
CIE-Lab86.0387-35.0654-20.1323

#4eebfc color RGB value is (78,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11111100
Octal 116 353 374
Decimal 78 235 252
Hex 4E EB FC

RGB Percentages of Color #4eebfc

%13.81
%41.59
%44.60

CMYK Percentages of Color #4eebfc

%69
%7
%0
%1

Triadic Colors of #4eebfc

#4eebfc #fc4eeb #ebfc4e

Analogous Colors of #4eebfc

#4eebfc #4e94fc #4efcb6

Monochromatic Colors of #4eebfc

#4eebfc

Complementary Color

#4eebfc #fc5f4e

#4eebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebfc Color CSS Codes

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

#4eebfc Text Font Color

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

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


#4eebfc Background Color

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

This div background color is #4eebfc


#4eebfc Border Color

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

This div border color is #4eebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebfc


Comments

No comments written yet.

Please login to write comment.