Color Hex Logo

#4edbcf Color Hex

#4EDBCF
(78,219,207)
0 Favorites   0 Comments

Color spaces of #4edbcf

RGB 78219207
HSL0.490.660.58
HSV175°64°86°
CMYK 0.640.000.05   0.14
XYZ39.735956.787767.8983
Yxy56.78770.24170.3454
Hunter Lab75.3576-37.7532-0.6708
CIE-Lab80.0600-40.1839-5.2481

#4edbcf color RGB value is (78,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011011 11001111
Octal 116 333 317
Decimal 78 219 207
Hex 4E DB CF

RGB Percentages of Color #4edbcf

%15.48
%43.45
%41.07

CMYK Percentages of Color #4edbcf

%64
%0
%5
%14

Triadic Colors of #4edbcf

#4edbcf #cf4edb #dbcf4e

Analogous Colors of #4edbcf

#4edbcf #4ea1db #4edb89

Monochromatic Colors of #4edbcf

#4edbcf

Complementary Color

#4edbcf #db4e5a

#4edbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edbcf Color CSS Codes

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

#4edbcf Text Font Color

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

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


#4edbcf Background Color

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

This div background color is #4edbcf


#4edbcf Border Color

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

This div border color is #4edbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edbcf


Comments

No comments written yet.

Please login to write comment.