Color Hex Logo

#4eaedb Color Hex

#4EAEDB
(78,174,219)
0 Favorites   0 Comments

Color spaces of #4eaedb

RGB 78174219
HSL0.550.660.58
HSV199°64°86°
CMYK 0.640.210.00   0.14
XYZ31.064137.006372.5235
Yxy37.00630.22090.2632
Hunter Lab60.8328-15.3069-28.1012
CIE-Lab67.2818-14.5623-31.0746

#4eaedb color RGB value is (78,174,219).

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

The process color (four color CMYK) of #4eaedb color hex is 0.64, 0.21, 0.00, 0.14. Web safe color of #4eaedb is #6699cc. Color #4eaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101110 11011011
Octal 116 256 333
Decimal 78 174 219
Hex 4E AE DB

RGB Percentages of Color #4eaedb

%16.56
%36.94
%46.50

CMYK Percentages of Color #4eaedb

%64
%21
%0
%14

Triadic Colors of #4eaedb

#4eaedb #db4eae #aedb4e

Analogous Colors of #4eaedb

#4eaedb #4e68db #4edbc2

Monochromatic Colors of #4eaedb

#4eaedb

Complementary Color

#4eaedb #db7b4e

#4eaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaedb Color CSS Codes

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

#4eaedb Text Font Color

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

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


#4eaedb Background Color

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

This div background color is #4eaedb


#4eaedb Border Color

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

This div border color is #4eaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaedb


Comments

No comments written yet.

Please login to write comment.