Color Hex Logo

#428adb Color Hex

#428ADB
(66,138,219)
0 Favorites   0 Comments

Color spaces of #428adb

RGB 66138219
HSL0.590.680.56
HSV212°70°86°
CMYK 0.700.370.00   0.14
XYZ24.121424.449770.4658
Yxy24.44970.20260.2054
Hunter Lab49.44660.5455-49.8808
CIE-Lab56.53533.9095-47.9352

#428adb color RGB value is (66,138,219).

#428adb hex color red value is 66, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #428adb hue: 0.59 , saturation: 0.68 and the lightness value of 428adb is 0.56.

The process color (four color CMYK) of #428adb color hex is 0.70, 0.37, 0.00, 0.14. Web safe color of #428adb is #3399cc. Color #428adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 11011011
Octal 102 212 333
Decimal 66 138 219
Hex 42 8A DB

RGB Percentages of Color #428adb

%15.60
%32.62
%51.77

CMYK Percentages of Color #428adb

%70
%37
%0
%14

Triadic Colors of #428adb

#428adb #db428a #8adb42

Analogous Colors of #428adb

#428adb #4742db #42d7db

Monochromatic Colors of #428adb

#428adb

Complementary Color

#428adb #db9342

#428adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428adb Color CSS Codes

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

#428adb Text Font Color

<p style="color:#428adb">Text here</p>

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


#428adb Background Color

<div style="background-color:#428adb">
Div content here</div>

This div background color is #428adb


#428adb Border Color

<div style="border:3px solid #428adb">
Div here</div>

This div border color is #428adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,138,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #428adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #428adb;
  -webkit-box-shadow: 1px 1px 3px 2px #428adb;
  box-shadow:         1px 1px 3px 2px #428adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,138,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 #428adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428adb


Comments

No comments written yet.

Please login to write comment.