Color Hex Logo

#467eea Color Hex

#467EEA
(70,126,234)
0 Favorites   0 Comments

Color spaces of #467eea

RGB 70126234
HSL0.610.800.60
HSV220°70°92°
CMYK 0.700.460.00   0.08
XYZ24.837922.164380.8109
Yxy22.16430.19430.1734
Hunter Lab47.079011.7847-68.8158
CIE-Lab54.200917.0752-60.0424

#467eea color RGB value is (70,126,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 11101010
Octal 106 176 352
Decimal 70 126 234
Hex 46 7E EA

RGB Percentages of Color #467eea

%16.28
%29.30
%54.42

CMYK Percentages of Color #467eea

%70
%46
%0
%8

Triadic Colors of #467eea

#467eea #ea467e #7eea46

Analogous Colors of #467eea

#467eea #6046ea #46d0ea

Monochromatic Colors of #467eea

#467eea

Complementary Color

#467eea #eab246

#467eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#467eea Color CSS Codes

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

#467eea Text Font Color

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

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


#467eea Background Color

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

This div background color is #467eea


#467eea Border Color

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

This div border color is #467eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467eea


Comments

No comments written yet.

Please login to write comment.