Color Hex Logo

#4eebca Color Hex

#4EEBCA
(78,235,202)
0 Favorites   0 Comments

Color spaces of #4eebca

RGB 78235202
HSL0.460.800.61
HSV167°67°92°
CMYK 0.670.000.14   0.08
XYZ43.510965.300666.1881
Yxy65.30060.24860.3731
Hunter Lab80.8088-45.30348.0035
CIE-Lab84.6384-48.43514.0924

#4eebca color RGB value is (78,235,202).

#4eebca hex color red value is 78, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4eebca hue: 0.46 , saturation: 0.80 and the lightness value of 4eebca is 0.61.

The process color (four color CMYK) of #4eebca color hex is 0.67, 0.00, 0.14, 0.08. Web safe color of #4eebca is #66ffcc. Color #4eebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11001010
Octal 116 353 312
Decimal 78 235 202
Hex 4E EB CA

RGB Percentages of Color #4eebca

%15.15
%45.63
%39.22

CMYK Percentages of Color #4eebca

%67
%0
%14
%8

Triadic Colors of #4eebca

#4eebca #ca4eeb #ebca4e

Analogous Colors of #4eebca

#4eebca #4ebeeb #4eeb7c

Monochromatic Colors of #4eebca

#4eebca

Complementary Color

#4eebca #eb4e6f

#4eebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebca Color CSS Codes

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

#4eebca Text Font Color

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

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


#4eebca Background Color

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

This div background color is #4eebca


#4eebca Border Color

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

This div border color is #4eebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebca


Comments

No comments written yet.

Please login to write comment.