Color Hex Logo

#467eac Color Hex

#467EAC
(70,126,172)
0 Favorites   0 Comments

Color spaces of #467eac

RGB 70126172
HSL0.580.420.47
HSV207°59°67°
CMYK 0.590.270.00   0.33
XYZ17.433019.202441.8173
Yxy19.20240.22220.2448
Hunter Lab43.8205-5.6738-25.9052
CIE-Lab50.9232-4.3772-29.9921

#467eac color RGB value is (70,126,172).

#467eac hex color red value is 70, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #467eac hue: 0.58 , saturation: 0.42 and the lightness value of 467eac is 0.47.

The process color (four color CMYK) of #467eac color hex is 0.59, 0.27, 0.00, 0.33. Web safe color of #467eac is #336699. Color #467eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111110 10101100
Octal 106 176 254
Decimal 70 126 172
Hex 46 7E AC

RGB Percentages of Color #467eac

%19.02
%34.24
%46.74

CMYK Percentages of Color #467eac

%59
%27
%0
%33

Triadic Colors of #467eac

#467eac #ac467e #7eac46

Analogous Colors of #467eac

#467eac #464bac #46aca7

Monochromatic Colors of #467eac

#467eac

Complementary Color

#467eac #ac7446

#467eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#467eac Color CSS Codes

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

#467eac Text Font Color

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

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


#467eac Background Color

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

This div background color is #467eac


#467eac Border Color

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

This div border color is #467eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467eac


Comments

No comments written yet.

Please login to write comment.