Color Hex Logo

#428ecb Color Hex

#428ECB
(66,142,203)
0 Favorites   0 Comments

Color spaces of #428ecb

RGB 66142203
HSL0.570.570.53
HSV207°67°80°
CMYK 0.670.300.00   0.20
XYZ22.699324.816060.0935
Yxy24.81600.21090.2306
Hunter Lab49.8157-5.8410-36.6516
CIE-Lab56.8957-3.9916-38.3714

#428ecb color RGB value is (66,142,203).

#428ecb hex color red value is 66, green value is 142 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #428ecb hue: 0.57 , saturation: 0.57 and the lightness value of 428ecb is 0.53.

The process color (four color CMYK) of #428ecb color hex is 0.67, 0.30, 0.00, 0.20. Web safe color of #428ecb is #3399cc. Color #428ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001110 11001011
Octal 102 216 313
Decimal 66 142 203
Hex 42 8E CB

RGB Percentages of Color #428ecb

%16.06
%34.55
%49.39

CMYK Percentages of Color #428ecb

%67
%30
%0
%20

Triadic Colors of #428ecb

#428ecb #cb428e #8ecb42

Analogous Colors of #428ecb

#428ecb #4249cb #42cbc4

Monochromatic Colors of #428ecb

#428ecb

Complementary Color

#428ecb #cb7f42

#428ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#428ecb Color CSS Codes

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

#428ecb Text Font Color

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

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


#428ecb Background Color

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

This div background color is #428ecb


#428ecb Border Color

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

This div border color is #428ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428ecb


Comments

No comments written yet.

Please login to write comment.