Color Hex Logo

#4edbda Color Hex

#4EDBDA
(78,219,218)
0 Favorites   0 Comments

Color spaces of #4edbda

RGB 78219218
HSL0.500.660.58
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.128357.344775.2306
Yxy57.34470.23680.3301
Hunter Lab75.7263-35.5745-5.8935
CIE-Lab80.3731-37.2164-10.6501

#4edbda color RGB value is (78,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 11011010
Octal 116 333 332
Decimal 78 219 218
Hex 4E DB DA

RGB Percentages of Color #4edbda

%15.15
%42.52
%42.33

CMYK Percentages of Color #4edbda

%64
%0
%0
%14

Triadic Colors of #4edbda

#4edbda #da4edb #dbda4e

Analogous Colors of #4edbda

#4edbda #4e96db #4edb94

Monochromatic Colors of #4edbda

#4edbda

Complementary Color

#4edbda #db4e4f

#4edbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbda Color CSS Codes

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

#4edbda Text Font Color

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

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


#4edbda Background Color

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

This div background color is #4edbda


#4edbda Border Color

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

This div border color is #4edbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbda


Comments

No comments written yet.

Please login to write comment.