Color Hex Logo

#4ecbdb Color Hex

#4ECBDB
(78,203,219)
0 Favorites   0 Comments

Color spaces of #4ecbdb

RGB 78203219
HSL0.520.660.58
HSV187°64°86°
CMYK 0.640.070.00   0.14
XYZ37.284049.446074.5968
Yxy49.44600.23110.3065
Hunter Lab70.3178-28.4118-13.6754
CIE-Lab75.7280-29.3648-18.1610

#4ecbdb color RGB value is (78,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11001011 11011011
Octal 116 313 333
Decimal 78 203 219
Hex 4E CB DB

RGB Percentages of Color #4ecbdb

%15.60
%40.60
%43.80

CMYK Percentages of Color #4ecbdb

%64
%7
%0
%14

Triadic Colors of #4ecbdb

#4ecbdb #db4ecb #cbdb4e

Analogous Colors of #4ecbdb

#4ecbdb #4e85db #4edba5

Monochromatic Colors of #4ecbdb

#4ecbdb

Complementary Color

#4ecbdb #db5e4e

#4ecbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ecbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ecbdb Color CSS Codes

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

#4ecbdb Text Font Color

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

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


#4ecbdb Background Color

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

This div background color is #4ecbdb


#4ecbdb Border Color

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

This div border color is #4ecbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ecbdb


Comments

No comments written yet.

Please login to write comment.