Color Hex Logo

#4eaadb Color Hex

#4EAADB
(78,170,219)
0 Favorites   0 Comments

Color spaces of #4eaadb

RGB 78170219
HSL0.560.660.58
HSV201°64°86°
CMYK 0.640.220.00   0.14
XYZ30.302835.483672.2697
Yxy35.48360.21950.2570
Hunter Lab59.5681-13.4397-30.2346
CIE-Lab66.1235-12.4064-32.8676

#4eaadb color RGB value is (78,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11011011
Octal 116 252 333
Decimal 78 170 219
Hex 4E AA DB

RGB Percentages of Color #4eaadb

%16.70
%36.40
%46.90

CMYK Percentages of Color #4eaadb

%64
%22
%0
%14

Triadic Colors of #4eaadb

#4eaadb #db4eaa #aadb4e

Analogous Colors of #4eaadb

#4eaadb #4e64db #4edbc6

Monochromatic Colors of #4eaadb

#4eaadb

Complementary Color

#4eaadb #db7f4e

#4eaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaadb Color CSS Codes

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

#4eaadb Text Font Color

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

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


#4eaadb Background Color

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

This div background color is #4eaadb


#4eaadb Border Color

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

This div border color is #4eaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaadb


Comments

No comments written yet.

Please login to write comment.