Color Hex Logo

#456abb Color Hex

#456ABB
(69,106,187)
0 Favorites   0 Comments

Color spaces of #456abb

RGB 69106187
HSL0.610.460.50
HSV221°63°73°
CMYK 0.630.430.00   0.27
XYZ16.577915.161149.0663
Yxy15.16110.20520.1876
Hunter Lab38.93737.8578-47.4575
CIE-Lab45.854112.7495-46.6888

#456abb color RGB value is (69,106,187).

#456abb hex color red value is 69, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #456abb hue: 0.61 , saturation: 0.46 and the lightness value of 456abb is 0.50.

The process color (four color CMYK) of #456abb color hex is 0.63, 0.43, 0.00, 0.27. Web safe color of #456abb is #3366cc. Color #456abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101010 10111011
Octal 105 152 273
Decimal 69 106 187
Hex 45 6A BB

RGB Percentages of Color #456abb

%19.06
%29.28
%51.66

CMYK Percentages of Color #456abb

%63
%43
%0
%27

Triadic Colors of #456abb

#456abb #bb456a #6abb45

Analogous Colors of #456abb

#456abb #5b45bb #45a5bb

Monochromatic Colors of #456abb

#456abb

Complementary Color

#456abb #bb9645

#456abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#456abb Color CSS Codes

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

#456abb Text Font Color

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

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


#456abb Background Color

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

This div background color is #456abb


#456abb Border Color

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

This div border color is #456abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456abb


Comments

No comments written yet.

Please login to write comment.