Color Hex Logo

#467fef Color Hex

#467FEF
(70,127,239)
0 Favorites   0 Comments

Color spaces of #467fef

RGB 70127239
HSL0.610.840.61
HSV220°71°94°
CMYK 0.710.470.00   0.06
XYZ25.695122.712884.6911
Yxy22.71280.19310.1706
Hunter Lab47.657912.8381-72.0014
CIE-Lab54.775318.2354-61.9051

#467fef color RGB value is (70,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11101111
Octal 106 177 357
Decimal 70 127 239
Hex 46 7F EF

RGB Percentages of Color #467fef

%16.06
%29.13
%54.82

CMYK Percentages of Color #467fef

%71
%47
%0
%6

Triadic Colors of #467fef

#467fef #ef467f #7fef46

Analogous Colors of #467fef

#467fef #6246ef #46d4ef

Monochromatic Colors of #467fef

#467fef

Complementary Color

#467fef #efb646

#467fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fef Color CSS Codes

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

#467fef Text Font Color

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

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


#467fef Background Color

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

This div background color is #467fef


#467fef Border Color

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

This div border color is #467fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fef


Comments

No comments written yet.

Please login to write comment.