Color Hex Logo

#428aee Color Hex

#428AEE
(66,138,238)
0 Favorites   0 Comments

Color spaces of #428aee

RGB 66138238
HSL0.600.830.60
HSV215°72°93°
CMYK 0.720.420.00   0.07
XYZ26.767925.508384.4017
Yxy25.50830.19580.1866
Hunter Lab50.50576.2194-63.7273
CIE-Lab57.567410.6387-56.8814

#428aee color RGB value is (66,138,238).

#428aee hex color red value is 66, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #428aee hue: 0.60 , saturation: 0.83 and the lightness value of 428aee is 0.60.

The process color (four color CMYK) of #428aee color hex is 0.72, 0.42, 0.00, 0.07. Web safe color of #428aee is #3399ff. Color #428aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 11101110
Octal 102 212 356
Decimal 66 138 238
Hex 42 8A EE

RGB Percentages of Color #428aee

%14.93
%31.22
%53.85

CMYK Percentages of Color #428aee

%72
%42
%0
%7

Triadic Colors of #428aee

#428aee #ee428a #8aee42

Analogous Colors of #428aee

#428aee #5042ee #42e0ee

Monochromatic Colors of #428aee

#428aee

Complementary Color

#428aee #eea642

#428aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#428aee Color CSS Codes

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

#428aee Text Font Color

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

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


#428aee Background Color

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

This div background color is #428aee


#428aee Border Color

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

This div border color is #428aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,138,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #428aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428aee


Comments

No comments written yet.

Please login to write comment.