Color Hex Logo

#4ebedb Color Hex

#4EBEDB
(78,190,219)
0 Favorites   0 Comments

Color spaces of #4ebedb

RGB 78190219
HSL0.530.660.58
HSV192°64°86°
CMYK 0.640.130.00   0.14
XYZ34.341543.561173.6160
Yxy43.56110.22660.2875
Hunter Lab66.0008-22.6245-19.9303
CIE-Lab71.9342-22.9061-23.9259

#4ebedb color RGB value is (78,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 11011011
Octal 116 276 333
Decimal 78 190 219
Hex 4E BE DB

RGB Percentages of Color #4ebedb

%16.02
%39.01
%44.97

CMYK Percentages of Color #4ebedb

%64
%13
%0
%14

Triadic Colors of #4ebedb

#4ebedb #db4ebe #bedb4e

Analogous Colors of #4ebedb

#4ebedb #4e78db #4edbb2

Monochromatic Colors of #4ebedb

#4ebedb

Complementary Color

#4ebedb #db6b4e

#4ebedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebedb Color CSS Codes

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

#4ebedb Text Font Color

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

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


#4ebedb Background Color

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

This div background color is #4ebedb


#4ebedb Border Color

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

This div border color is #4ebedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebedb


Comments

No comments written yet.

Please login to write comment.