Color Hex Logo

#467dae Color Hex

#467DAE
(70,125,174)
0 Favorites   0 Comments

Color spaces of #467dae

RGB 70125174
HSL0.580.430.48
HSV208°60°68°
CMYK 0.600.280.00   0.32
XYZ17.499419.025342.7943
Yxy19.02530.22060.2399
Hunter Lab43.6180-4.7179-27.6377
CIE-Lab50.7168-3.1274-31.4714

#467dae color RGB value is (70,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111101 10101110
Octal 106 175 256
Decimal 70 125 174
Hex 46 7D AE

RGB Percentages of Color #467dae

%18.97
%33.88
%47.15

CMYK Percentages of Color #467dae

%60
%28
%0
%32

Triadic Colors of #467dae

#467dae #ae467d #7dae46

Analogous Colors of #467dae

#467dae #4649ae #46aeab

Monochromatic Colors of #467dae

#467dae

Complementary Color

#467dae #ae7746

#467dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#467dae Color CSS Codes

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

#467dae Text Font Color

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

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


#467dae Background Color

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

This div background color is #467dae


#467dae Border Color

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

This div border color is #467dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467dae


Comments

No comments written yet.

Please login to write comment.