Color Hex Logo

#4ec4ea Color Hex

#4EC4EA
(78,196,234)
0 Favorites   0 Comments

Color spaces of #4ec4ea

RGB 78196234
HSL0.540.790.61
HSV195°67°92°
CMYK 0.670.160.00   0.08
XYZ37.733147.040184.9328
Yxy47.04010.22230.2772
Hunter Lab68.5858-21.8217-25.4114
CIE-Lab74.2154-21.3815-28.5624

#4ec4ea color RGB value is (78,196,234).

#4ec4ea hex color red value is 78, green value is 196 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4ec4ea hue: 0.54 , saturation: 0.79 and the lightness value of 4ec4ea is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11000100 11101010
Octal 116 304 352
Decimal 78 196 234
Hex 4E C4 EA

RGB Percentages of Color #4ec4ea

%15.35
%38.58
%46.06

CMYK Percentages of Color #4ec4ea

%67
%16
%0
%8

Triadic Colors of #4ec4ea

#4ec4ea #ea4ec4 #c4ea4e

Analogous Colors of #4ec4ea

#4ec4ea #4e76ea #4eeac2

Monochromatic Colors of #4ec4ea

#4ec4ea

Complementary Color

#4ec4ea #ea744e

#4ec4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ec4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ec4ea Color CSS Codes

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

#4ec4ea Text Font Color

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

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


#4ec4ea Background Color

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

This div background color is #4ec4ea


#4ec4ea Border Color

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

This div border color is #4ec4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ec4ea

#4ec4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.