Color Hex Logo

#428aea Color Hex

#428AEA
(66,138,234)
0 Favorites   0 Comments

Color spaces of #428aea

RGB 66138234
HSL0.600.800.59
HSV214°72°92°
CMYK 0.720.410.00   0.08
XYZ26.186525.275781.3404
Yxy25.27570.19720.1903
Hunter Lab50.27494.9934-60.7335
CIE-Lab57.34319.2153-55.0195

#428aea color RGB value is (66,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001010 11101010
Octal 102 212 352
Decimal 66 138 234
Hex 42 8A EA

RGB Percentages of Color #428aea

%15.07
%31.51
%53.42

CMYK Percentages of Color #428aea

%72
%41
%0
%8

Triadic Colors of #428aea

#428aea #ea428a #8aea42

Analogous Colors of #428aea

#428aea #4e42ea #42deea

Monochromatic Colors of #428aea

#428aea

Complementary Color

#428aea #eaa242

#428aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#428aea Color CSS Codes

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

#428aea Text Font Color

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

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


#428aea Background Color

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

This div background color is #428aea


#428aea Border Color

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

This div border color is #428aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428aea


Comments

No comments written yet.

Please login to write comment.