Color Hex Logo

#467ade Color Hex

#467ADE
(70,122,222)
0 Favorites   0 Comments

Color spaces of #467ade

RGB 70122222
HSL0.610.700.57
HSV219°68°87°
CMYK 0.680.450.00   0.13
XYZ22.670120.495171.8683
Yxy20.49510.19710.1782
Hunter Lab45.271510.1603-62.4325
CIE-Lab52.392415.2860-56.2182

#467ade color RGB value is (70,122,222).

#467ade hex color red value is 70, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #467ade hue: 0.61 , saturation: 0.70 and the lightness value of 467ade is 0.57.

The process color (four color CMYK) of #467ade color hex is 0.68, 0.45, 0.00, 0.13. Web safe color of #467ade is #3366cc. Color #467ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11011110
Octal 106 172 336
Decimal 70 122 222
Hex 46 7A DE

RGB Percentages of Color #467ade

%16.91
%29.47
%53.62

CMYK Percentages of Color #467ade

%68
%45
%0
%13

Triadic Colors of #467ade

#467ade #de467a #7ade46

Analogous Colors of #467ade

#467ade #5e46de #46c6de

Monochromatic Colors of #467ade

#467ade

Complementary Color

#467ade #deaa46

#467ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ade Color CSS Codes

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

#467ade Text Font Color

<p style="color:#467ade">Text here</p>

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


#467ade Background Color

<div style="background-color:#467ade">
Div content here</div>

This div background color is #467ade


#467ade Border Color

<div style="border:3px solid #467ade">
Div here</div>

This div border color is #467ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,122,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #467ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #467ade;
  -webkit-box-shadow: 1px 1px 3px 2px #467ade;
  box-shadow:         1px 1px 3px 2px #467ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ade


Comments

No comments written yet.

Please login to write comment.