Color Hex Logo

#4eecea Color Hex

#4EECEA
(78,236,234)
0 Favorites   0 Comments

Color spaces of #4eecea

RGB 78236234
HSL0.500.810.62
HSV179°67°93°
CMYK 0.670.000.01   0.07
XYZ47.988667.551188.3513
Yxy67.55110.23540.3313
Hunter Lab82.1895-39.6094-6.2024
CIE-Lab85.7815-40.5726-11.0585

#4eecea color RGB value is (78,236,234).

#4eecea hex color red value is 78, green value is 236 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4eecea hue: 0.50 , saturation: 0.81 and the lightness value of 4eecea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101100 11101010
Octal 116 354 352
Decimal 78 236 234
Hex 4E EC EA

RGB Percentages of Color #4eecea

%14.23
%43.07
%42.70

CMYK Percentages of Color #4eecea

%67
%0
%1
%7

Triadic Colors of #4eecea

#4eecea #ea4eec #ecea4e

Analogous Colors of #4eecea

#4eecea #4e9fec #4eec9b

Monochromatic Colors of #4eecea

#4eecea

Complementary Color

#4eecea #ec4e50

#4eecea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eecea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eecea Color CSS Codes

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

#4eecea Text Font Color

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

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


#4eecea Background Color

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

This div background color is #4eecea


#4eecea Border Color

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

This div border color is #4eecea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eecea


Comments

No comments written yet.

Please login to write comment.