Color Hex Logo

#456fab Color Hex

#456FAB
(69,111,171)
0 Favorites   0 Comments

Color spaces of #456fab

RGB 69111171
HSL0.600.430.47
HSV215°60°67°
CMYK 0.600.350.00   0.33
XYZ15.489415.574440.7179
Yxy15.57440.21580.2170
Hunter Lab39.46440.9968-33.5481
CIE-Lab46.41114.0953-36.4862

#456fab color RGB value is (69,111,171).

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

The process color (four color CMYK) of #456fab color hex is 0.60, 0.35, 0.00, 0.33. Web safe color of #456fab is #336699. Color #456fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101111 10101011
Octal 105 157 253
Decimal 69 111 171
Hex 45 6F AB

RGB Percentages of Color #456fab

%19.66
%31.62
%48.72

CMYK Percentages of Color #456fab

%60
%35
%0
%33

Triadic Colors of #456fab

#456fab #ab456f #6fab45

Analogous Colors of #456fab

#456fab #4e45ab #45a2ab

Monochromatic Colors of #456fab

#456fab

Complementary Color

#456fab #ab8145

#456fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#456fab Color CSS Codes

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

#456fab Text Font Color

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

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


#456fab Background Color

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

This div background color is #456fab


#456fab Border Color

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

This div border color is #456fab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,111,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456fab


Comments

No comments written yet.

Please login to write comment.