Color Hex Logo

#4ecedb Color Hex

#4ECEDB
(78,206,219)
0 Favorites   0 Comments

Color spaces of #4ecedb

RGB 78206219
HSL0.520.660.58
HSV186°64°86°
CMYK 0.640.060.00   0.14
XYZ37.999450.876874.8353
Yxy50.87680.23210.3108
Hunter Lab71.3280-29.7295-12.2758
CIE-Lab76.6043-30.8161-16.8377

#4ecedb color RGB value is (78,206,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001110 11011011
Octal 116 316 333
Decimal 78 206 219
Hex 4E CE DB

RGB Percentages of Color #4ecedb

%15.51
%40.95
%43.54

CMYK Percentages of Color #4ecedb

%64
%6
%0
%14

Triadic Colors of #4ecedb

#4ecedb #db4ece #cedb4e

Analogous Colors of #4ecedb

#4ecedb #4e88db #4edba2

Monochromatic Colors of #4ecedb

#4ecedb

Complementary Color

#4ecedb #db5b4e

#4ecedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecedb Color CSS Codes

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

#4ecedb Text Font Color

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

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


#4ecedb Background Color

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

This div background color is #4ecedb


#4ecedb Border Color

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

This div border color is #4ecedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecedb


Comments

No comments written yet.

Please login to write comment.