Color Hex Logo

#4edbba Color Hex

#4EDBBA
(78,219,186)
0 Favorites   0 Comments

Color spaces of #4edbba

RGB 78219186
HSL0.460.660.58
HSV166°64°86°
CMYK 0.640.000.15   0.14
XYZ37.336355.827955.2624
Yxy55.82790.25150.3761
Hunter Lab74.7181-41.56098.4510
CIE-Lab79.5158-45.52065.1484

#4edbba color RGB value is (78,219,186).

#4edbba hex color red value is 78, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4edbba hue: 0.46 , saturation: 0.66 and the lightness value of 4edbba is 0.58.

The process color (four color CMYK) of #4edbba color hex is 0.64, 0.00, 0.15, 0.14. Web safe color of #4edbba is #66cccc. Color #4edbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 10111010
Octal 116 333 272
Decimal 78 219 186
Hex 4E DB BA

RGB Percentages of Color #4edbba

%16.15
%45.34
%38.51

CMYK Percentages of Color #4edbba

%64
%0
%15
%14

Triadic Colors of #4edbba

#4edbba #ba4edb #dbba4e

Analogous Colors of #4edbba

#4edbba #4eb6db #4edb74

Monochromatic Colors of #4edbba

#4edbba

Complementary Color

#4edbba #db4e6f

#4edbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbba Color CSS Codes

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

#4edbba Text Font Color

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

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


#4edbba Background Color

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

This div background color is #4edbba


#4edbba Border Color

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

This div border color is #4edbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbba


Comments

No comments written yet.

Please login to write comment.