Color Hex Logo

#4eaddb Color Hex

#4EADDB
(78,173,219)
0 Favorites   0 Comments

Color spaces of #4eaddb

RGB 78173219
HSL0.550.660.58
HSV200°64°86°
CMYK 0.640.210.00   0.14
XYZ30.871636.621372.4593
Yxy36.62130.22060.2617
Hunter Lab60.5155-14.8416-28.6310
CIE-Lab66.9919-14.0259-31.5227

#4eaddb color RGB value is (78,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11011011
Octal 116 255 333
Decimal 78 173 219
Hex 4E AD DB

RGB Percentages of Color #4eaddb

%16.60
%36.81
%46.60

CMYK Percentages of Color #4eaddb

%64
%21
%0
%14

Triadic Colors of #4eaddb

#4eaddb #db4ead #addb4e

Analogous Colors of #4eaddb

#4eaddb #4e67db #4edbc3

Monochromatic Colors of #4eaddb

#4eaddb

Complementary Color

#4eaddb #db7c4e

#4eaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaddb Color CSS Codes

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

#4eaddb Text Font Color

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

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


#4eaddb Background Color

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

This div background color is #4eaddb


#4eaddb Border Color

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

This div border color is #4eaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaddb


Comments

No comments written yet.

Please login to write comment.