Color Hex Logo

#466cee Color Hex

#466CEE
(70,108,238)
0 Favorites   0 Comments

Color spaces of #466cee

RGB 70108238
HSL0.630.830.60
HSV226°71°93°
CMYK 0.710.550.00   0.07
XYZ23.321018.200383.1728
Yxy18.20030.18700.1460
Hunter Lab42.661822.9185-85.7276
CIE-Lab49.738229.6665-69.4840

#466cee color RGB value is (70,108,238).

#466cee hex color red value is 70, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #466cee hue: 0.63 , saturation: 0.83 and the lightness value of 466cee is 0.60.

The process color (four color CMYK) of #466cee color hex is 0.71, 0.55, 0.00, 0.07. Web safe color of #466cee is #3366ff. Color #466cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101100 11101110
Octal 106 154 356
Decimal 70 108 238
Hex 46 6C EE

RGB Percentages of Color #466cee

%16.83
%25.96
%57.21

CMYK Percentages of Color #466cee

%71
%55
%0
%7

Triadic Colors of #466cee

#466cee #ee466c #6cee46

Analogous Colors of #466cee

#466cee #7446ee #46c0ee

Monochromatic Colors of #466cee

#466cee

Complementary Color

#466cee #eec846

#466cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#466cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#466cee Color CSS Codes

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

#466cee Text Font Color

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

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


#466cee Background Color

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

This div background color is #466cee


#466cee Border Color

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

This div border color is #466cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,108,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #466cee


Comments

No comments written yet.

Please login to write comment.