Color Hex Logo

#4286dc Color Hex

#4286DC
(66,134,220)
0 Favorites   0 Comments

Color spaces of #4286dc

RGB 66134220
HSL0.590.690.56
HSV214°70°86°
CMYK 0.700.390.00   0.14
XYZ23.690123.375870.9735
Yxy23.37580.20070.1980
Hunter Lab48.34852.8526-53.1911
CIE-Lab55.45736.6576-50.2082

#4286dc color RGB value is (66,134,220).

#4286dc hex color red value is 66, green value is 134 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4286dc hue: 0.59 , saturation: 0.69 and the lightness value of 4286dc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000110 11011100
Octal 102 206 334
Decimal 66 134 220
Hex 42 86 DC

RGB Percentages of Color #4286dc

%15.71
%31.90
%52.38

CMYK Percentages of Color #4286dc

%70
%39
%0
%14

Triadic Colors of #4286dc

#4286dc #dc4286 #86dc42

Analogous Colors of #4286dc

#4286dc #4b42dc #42d3dc

Monochromatic Colors of #4286dc

#4286dc

Complementary Color

#4286dc #dc9842

#4286dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4286dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4286dc Color CSS Codes

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

#4286dc Text Font Color

<p style="color:#4286dc">Text here</p>

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


#4286dc Background Color

<div style="background-color:#4286dc">
Div content here</div>

This div background color is #4286dc


#4286dc Border Color

<div style="border:3px solid #4286dc">
Div here</div>

This div border color is #4286dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,134,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4286dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4286dc;
  -webkit-box-shadow: 1px 1px 3px 2px #4286dc;
  box-shadow:         1px 1px 3px 2px #4286dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4286dc


Comments

No comments written yet.

Please login to write comment.