Color Hex Logo

#467ace Color Hex

#467ACE
(70,122,206)
0 Favorites   0 Comments

Color spaces of #467ace

RGB 70122206
HSL0.600.580.54
HSV217°66°81°
CMYK 0.660.410.00   0.19
XYZ20.625919.677461.1035
Yxy19.67740.20340.1940
Hunter Lab44.35925.3693-50.6188
CIE-Lab51.47059.6446-48.6392

#467ace color RGB value is (70,122,206).

#467ace hex color red value is 70, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #467ace hue: 0.60 , saturation: 0.58 and the lightness value of 467ace is 0.54.

The process color (four color CMYK) of #467ace color hex is 0.66, 0.41, 0.00, 0.19. Web safe color of #467ace is #3366cc. Color #467ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01111010 11001110
Octal 106 172 316
Decimal 70 122 206
Hex 46 7A CE

RGB Percentages of Color #467ace

%17.59
%30.65
%51.76

CMYK Percentages of Color #467ace

%66
%41
%0
%19

Triadic Colors of #467ace

#467ace #ce467a #7ace46

Analogous Colors of #467ace

#467ace #5646ce #46bece

Monochromatic Colors of #467ace

#467ace

Complementary Color

#467ace #ce9a46

#467ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#467ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#467ace Color CSS Codes

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

#467ace Text Font Color

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

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


#467ace Background Color

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

This div background color is #467ace


#467ace Border Color

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

This div border color is #467ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #467ace


Comments

No comments written yet.

Please login to write comment.