Color Hex Logo

#4ecefc Color Hex

#4ECEFC
(78,206,252)
0 Favorites   0 Comments

Color spaces of #4ecefc

RGB 78206252
HSL0.540.970.65
HSV196°69°99°
CMYK 0.690.180.00   0.01
XYZ42.783952.7906100.0301
Yxy52.79060.21870.2699
Hunter Lab72.6571-22.0409-30.7670
CIE-Lab77.7512-20.9072-32.7856

#4ecefc color RGB value is (78,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001110 11111100
Octal 116 316 374
Decimal 78 206 252
Hex 4E CE FC

RGB Percentages of Color #4ecefc

%14.55
%38.43
%47.01

CMYK Percentages of Color #4ecefc

%69
%18
%0
%1

Triadic Colors of #4ecefc

#4ecefc #fc4ece #cefc4e

Analogous Colors of #4ecefc

#4ecefc #4e77fc #4efcd3

Monochromatic Colors of #4ecefc

#4ecefc

Complementary Color

#4ecefc #fc7c4e

#4ecefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecefc Color CSS Codes

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

#4ecefc Text Font Color

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

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


#4ecefc Background Color

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

This div background color is #4ecefc


#4ecefc Border Color

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

This div border color is #4ecefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecefc

Related Colors


Comments

No comments written yet.

Please login to write comment.