Color Hex Logo

#467dad Color Hex

#467DAD
(70,125,173)
0 Favorites   0 Comments

Color spaces of #467dad

RGB 70125173
HSL0.580.420.48
HSV208°60°68°
CMYK 0.600.280.00   0.32
XYZ17.402218.986542.2827
Yxy18.98650.22120.2413
Hunter Lab43.5735-4.9651-27.0322
CIE-Lab50.6714-3.4594-30.9635

#467dad color RGB value is (70,125,173).

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

The process color (four color CMYK) of #467dad color hex is 0.60, 0.28, 0.00, 0.32. Web safe color of #467dad is #336699. Color #467dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 10101101
Octal 106 175 255
Decimal 70 125 173
Hex 46 7D AD

RGB Percentages of Color #467dad

%19.02
%33.97
%47.01

CMYK Percentages of Color #467dad

%60
%28
%0
%32

Triadic Colors of #467dad

#467dad #ad467d #7dad46

Analogous Colors of #467dad

#467dad #464aad #46adaa

Monochromatic Colors of #467dad

#467dad

Complementary Color

#467dad #ad7646

#467dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#467dad Color CSS Codes

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

#467dad Text Font Color

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

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


#467dad Background Color

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

This div background color is #467dad


#467dad Border Color

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

This div border color is #467dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467dad


Comments

No comments written yet.

Please login to write comment.