Color Hex Logo

#4eebda Color Hex

#4EEBDA
(78,235,218)
0 Favorites   0 Comments

Color spaces of #4eebda

RGB 78235218
HSL0.480.800.61
HSV174°67°92°
CMYK 0.670.000.07   0.08
XYZ45.505166.098376.6895
Yxy66.09830.24170.3510
Hunter Lab81.3009-42.36780.9835
CIE-Lab85.0465-44.3949-3.7280

#4eebda color RGB value is (78,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 11011010
Octal 116 353 332
Decimal 78 235 218
Hex 4E EB DA

RGB Percentages of Color #4eebda

%14.69
%44.26
%41.05

CMYK Percentages of Color #4eebda

%67
%0
%7
%8

Triadic Colors of #4eebda

#4eebda #da4eeb #ebda4e

Analogous Colors of #4eebda

#4eebda #4eaeeb #4eeb8c

Monochromatic Colors of #4eebda

#4eebda

Complementary Color

#4eebda #eb4e5f

#4eebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebda Color CSS Codes

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

#4eebda Text Font Color

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

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


#4eebda Background Color

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

This div background color is #4eebda


#4eebda Border Color

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

This div border color is #4eebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebda


Comments

No comments written yet.

Please login to write comment.