Color Hex Logo

#4e9adb Color Hex

#4E9ADB
(78,154,219)
0 Favorites   0 Comments

Color spaces of #4e9adb

RGB 78154219
HSL0.580.660.58
HSV208°64°86°
CMYK 0.640.300.00   0.14
XYZ27.483729.845471.3300
Yxy29.84540.21360.2320
Hunter Lab54.6309-5.8045-39.1715
CIE-Lab61.5206-3.5054-40.0442

#4e9adb color RGB value is (78,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10011010 11011011
Octal 116 232 333
Decimal 78 154 219
Hex 4E 9A DB

RGB Percentages of Color #4e9adb

%17.29
%34.15
%48.56

CMYK Percentages of Color #4e9adb

%64
%30
%0
%14

Triadic Colors of #4e9adb

#4e9adb #db4e9a #9adb4e

Analogous Colors of #4e9adb

#4e9adb #4e53db #4edbd6

Monochromatic Colors of #4e9adb

#4e9adb

Complementary Color

#4e9adb #db8f4e

#4e9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e9adb Color CSS Codes

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

#4e9adb Text Font Color

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

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


#4e9adb Background Color

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

This div background color is #4e9adb


#4e9adb Border Color

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

This div border color is #4e9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4e9adb


Comments

No comments written yet.

Please login to write comment.