Color Hex Logo

#467fda Color Hex

#467FDA
(70,127,218)
0 Favorites   0 Comments

Color spaces of #467fda

RGB 70127218
HSL0.600.670.56
HSV217°68°85°
CMYK 0.680.420.00   0.15
XYZ22.770021.542869.2877
Yxy21.54280.20040.1896
Hunter Lab46.41426.3441-56.0189
CIE-Lab53.538510.8008-52.1325

#467fda color RGB value is (70,127,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111111 11011010
Octal 106 177 332
Decimal 70 127 218
Hex 46 7F DA

RGB Percentages of Color #467fda

%16.87
%30.60
%52.53

CMYK Percentages of Color #467fda

%68
%42
%0
%15

Triadic Colors of #467fda

#467fda #da467f #7fda46

Analogous Colors of #467fda

#467fda #5746da #46c9da

Monochromatic Colors of #467fda

#467fda

Complementary Color

#467fda #daa146

#467fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#467fda Color CSS Codes

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

#467fda Text Font Color

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

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


#467fda Background Color

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

This div background color is #467fda


#467fda Border Color

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

This div border color is #467fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467fda


Comments

No comments written yet.

Please login to write comment.