Color Hex Logo

#428dec Color Hex

#428DEC
(66,141,236)
0 Favorites   0 Comments

Color spaces of #428dec

RGB 66141236
HSL0.590.820.59
HSV214°72°93°
CMYK 0.720.400.00   0.07
XYZ26.912026.264183.0080
Yxy26.26410.19760.1929
Hunter Lab51.24854.0504-60.1590
CIE-Lab58.28698.1243-54.6240

#428dec color RGB value is (66,141,236).

#428dec hex color red value is 66, green value is 141 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #428dec hue: 0.59 , saturation: 0.82 and the lightness value of 428dec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10001101 11101100
Octal 102 215 354
Decimal 66 141 236
Hex 42 8D EC

RGB Percentages of Color #428dec

%14.90
%31.83
%53.27

CMYK Percentages of Color #428dec

%72
%40
%0
%7

Triadic Colors of #428dec

#428dec #ec428d #8dec42

Analogous Colors of #428dec

#428dec #4c42ec #42e2ec

Monochromatic Colors of #428dec

#428dec

Complementary Color

#428dec #eca142

#428dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#428dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#428dec Color CSS Codes

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

#428dec Text Font Color

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

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


#428dec Background Color

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

This div background color is #428dec


#428dec Border Color

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

This div border color is #428dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #428dec


Comments

No comments written yet.

Please login to write comment.