Color Hex Logo

#467fed Color Hex

#467FED
(70,127,237)
0 Favorites   0 Comments

Color spaces of #467fed

RGB 70127237
HSL0.610.820.60
HSV220°70°93°
CMYK 0.700.460.00   0.07
XYZ25.401222.595383.1433
Yxy22.59530.19370.1723
Hunter Lab47.534512.2003-70.4308
CIE-Lab54.653017.5250-60.9885

#467fed color RGB value is (70,127,237).

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

The process color (four color CMYK) of #467fed color hex is 0.70, 0.46, 0.00, 0.07. Web safe color of #467fed is #3366ff. Color #467fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11101101
Octal 106 177 355
Decimal 70 127 237
Hex 46 7F ED

RGB Percentages of Color #467fed

%16.13
%29.26
%54.61

CMYK Percentages of Color #467fed

%70
%46
%0
%7

Triadic Colors of #467fed

#467fed #ed467f #7fed46

Analogous Colors of #467fed

#467fed #6046ed #46d3ed

Monochromatic Colors of #467fed

#467fed

Complementary Color

#467fed #edb446

#467fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fed Color CSS Codes

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

#467fed Text Font Color

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

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


#467fed Background Color

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

This div background color is #467fed


#467fed Border Color

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

This div border color is #467fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fed


Comments

No comments written yet.

Please login to write comment.