Color Hex Logo

#4ecaef Color Hex

#4ECAEF
(78,202,239)
0 Favorites   0 Comments

Color spaces of #4ecaef

RGB 78202239
HSL0.540.830.62
HSV194°67°94°
CMYK 0.670.150.00   0.06
XYZ39.842450.092889.2303
Yxy50.09280.22240.2796
Hunter Lab70.7763-23.3747-25.2057
CIE-Lab76.1262-22.8940-28.3222

#4ecaef color RGB value is (78,202,239).

#4ecaef hex color red value is 78, green value is 202 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4ecaef hue: 0.54 , saturation: 0.83 and the lightness value of 4ecaef is 0.62.

The process color (four color CMYK) of #4ecaef color hex is 0.67, 0.15, 0.00, 0.06. Web safe color of #4ecaef is #66ccff. Color #4ecaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001010 11101111
Octal 116 312 357
Decimal 78 202 239
Hex 4E CA EF

RGB Percentages of Color #4ecaef

%15.03
%38.92
%46.05

CMYK Percentages of Color #4ecaef

%67
%15
%0
%6

Triadic Colors of #4ecaef

#4ecaef #ef4eca #caef4e

Analogous Colors of #4ecaef

#4ecaef #4e7aef #4eefc4

Monochromatic Colors of #4ecaef

#4ecaef

Complementary Color

#4ecaef #ef734e

#4ecaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecaef Color CSS Codes

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

#4ecaef Text Font Color

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

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


#4ecaef Background Color

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

This div background color is #4ecaef


#4ecaef Border Color

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

This div border color is #4ecaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecaef


Comments

No comments written yet.

Please login to write comment.