Color Hex Logo

#456fad Color Hex

#456FAD
(69,111,173)
0 Favorites   0 Comments

Color spaces of #456fad

RGB 69111173
HSL0.600.430.47
HSV216°60°68°
CMYK 0.600.360.00   0.32
XYZ15.681515.651241.7296
Yxy15.65120.21460.2142
Hunter Lab39.56161.5214-34.8460
CIE-Lab46.51354.7782-37.4933

#456fad color RGB value is (69,111,173).

#456fad hex color red value is 69, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #456fad hue: 0.60 , saturation: 0.43 and the lightness value of 456fad is 0.47.

The process color (four color CMYK) of #456fad color hex is 0.60, 0.36, 0.00, 0.32. Web safe color of #456fad is #336699. Color #456fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101111 10101101
Octal 105 157 255
Decimal 69 111 173
Hex 45 6F AD

RGB Percentages of Color #456fad

%19.55
%31.44
%49.01

CMYK Percentages of Color #456fad

%60
%36
%0
%32

Triadic Colors of #456fad

#456fad #ad456f #6fad45

Analogous Colors of #456fad

#456fad #4f45ad #45a3ad

Monochromatic Colors of #456fad

#456fad

Complementary Color

#456fad #ad8345

#456fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#456fad Color CSS Codes

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

#456fad Text Font Color

<p style="color:#456fad">Text here</p>

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


#456fad Background Color

<div style="background-color:#456fad">
Div content here</div>

This div background color is #456fad


#456fad Border Color

<div style="border:3px solid #456fad">
Div here</div>

This div border color is #456fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,111,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #456fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #456fad;
  -webkit-box-shadow: 1px 1px 3px 2px #456fad;
  box-shadow:         1px 1px 3px 2px #456fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,111,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 #456fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456fad


Comments

No comments written yet.

Please login to write comment.