Color Hex Logo

#4eceff Color Hex

#4ECEFF
(78,206,255)
0 Favorites   0 Comments

Color spaces of #4eceff

RGB 78206255
HSL0.551.000.65
HSV197°69°100°
CMYK 0.690.190.00   0.00
XYZ43.263252.9823102.5541
Yxy52.98230.21760.2665
Hunter Lab72.7889-21.2865-32.5829
CIE-Lab77.8645-19.9701-34.2119

#4eceff color RGB value is (78,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001110 11111111
Octal 116 316 377
Decimal 78 206 255
Hex 4E CE FF

RGB Percentages of Color #4eceff

%14.47
%38.22
%47.31

CMYK Percentages of Color #4eceff

%69
%19
%0
%0

Triadic Colors of #4eceff

#4eceff #ff4ece #ceff4e

Analogous Colors of #4eceff

#4eceff #4e76ff #4effd8

Monochromatic Colors of #4eceff

#4eceff

Complementary Color

#4eceff #ff7f4e

#4eceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eceff Color CSS Codes

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

#4eceff Text Font Color

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

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


#4eceff Background Color

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

This div background color is #4eceff


#4eceff Border Color

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

This div border color is #4eceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eceff

Related Colors

#4eceff Color Palettes


Comments

No comments written yet.

Please login to write comment.