Color Hex Logo

#466edc Color Hex

#466EDC
(70,110,220)
0 Favorites   0 Comments

Color spaces of #466edc

RGB 70110220
HSL0.620.680.57
HSV224°68°86°
CMYK 0.680.500.00   0.14
XYZ21.020017.621370.0035
Yxy17.62130.19350.1622
Hunter Lab41.977715.9214-69.4896
CIE-Lab49.033522.0503-60.4901

#466edc color RGB value is (70,110,220).

#466edc hex color red value is 70, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #466edc hue: 0.62 , saturation: 0.68 and the lightness value of 466edc is 0.57.

The process color (four color CMYK) of #466edc color hex is 0.68, 0.50, 0.00, 0.14. Web safe color of #466edc is #3366cc. Color #466edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101110 11011100
Octal 106 156 334
Decimal 70 110 220
Hex 46 6E DC

RGB Percentages of Color #466edc

%17.50
%27.50
%55.00

CMYK Percentages of Color #466edc

%68
%50
%0
%14

Triadic Colors of #466edc

#466edc #dc466e #6edc46

Analogous Colors of #466edc

#466edc #6946dc #46b9dc

Monochromatic Colors of #466edc

#466edc

Complementary Color

#466edc #dcb446

#466edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#466edc Color CSS Codes

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

#466edc Text Font Color

<p style="color:#466edc">Text here</p>

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


#466edc Background Color

<div style="background-color:#466edc">
Div content here</div>

This div background color is #466edc


#466edc Border Color

<div style="border:3px solid #466edc">
Div here</div>

This div border color is #466edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,110,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #466edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #466edc;
  -webkit-box-shadow: 1px 1px 3px 2px #466edc;
  box-shadow:         1px 1px 3px 2px #466edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,110,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 #466edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466edc


Comments

No comments written yet.

Please login to write comment.