Color Hex Logo

#467aef Color Hex

#467AEF
(70,122,239)
0 Favorites   0 Comments

Color spaces of #467aef

RGB 70122239
HSL0.620.840.61
HSV222°71°94°
CMYK 0.710.490.00   0.06
XYZ25.065321.453284.4811
Yxy21.45320.19130.1638
Hunter Lab46.317615.5415-75.7198
CIE-Lab53.442021.3191-64.0517

#467aef color RGB value is (70,122,239).

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

The process color (four color CMYK) of #467aef color hex is 0.71, 0.49, 0.00, 0.06. Web safe color of #467aef is #3366ff. Color #467aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11101111
Octal 106 172 357
Decimal 70 122 239
Hex 46 7A EF

RGB Percentages of Color #467aef

%16.24
%28.31
%55.45

CMYK Percentages of Color #467aef

%71
%49
%0
%6

Triadic Colors of #467aef

#467aef #ef467a #7aef46

Analogous Colors of #467aef

#467aef #6746ef #46cfef

Monochromatic Colors of #467aef

#467aef

Complementary Color

#467aef #efbb46

#467aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#467aef Color CSS Codes

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

#467aef Text Font Color

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

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


#467aef Background Color

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

This div background color is #467aef


#467aef Border Color

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

This div border color is #467aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467aef


Comments

No comments written yet.

Please login to write comment.