Color Hex Logo

#456dbc Color Hex

#456DBC
(69,109,188)
0 Favorites   0 Comments

Color spaces of #456dbc

RGB 69109188
HSL0.610.470.50
HSV220°63°74°
CMYK 0.630.420.00   0.26
XYZ17.000015.833349.7371
Yxy15.83330.20590.1918
Hunter Lab39.79116.6264-46.2561
CIE-Lab46.755011.2172-45.8310

#456dbc color RGB value is (69,109,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01101101 10111100
Octal 105 155 274
Decimal 69 109 188
Hex 45 6D BC

RGB Percentages of Color #456dbc

%18.85
%29.78
%51.37

CMYK Percentages of Color #456dbc

%63
%42
%0
%26

Triadic Colors of #456dbc

#456dbc #bc456d #6dbc45

Analogous Colors of #456dbc

#456dbc #5845bc #45a9bc

Monochromatic Colors of #456dbc

#456dbc

Complementary Color

#456dbc #bc9445

#456dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#456dbc Color CSS Codes

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

#456dbc Text Font Color

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

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


#456dbc Background Color

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

This div background color is #456dbc


#456dbc Border Color

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

This div border color is #456dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456dbc


Comments

No comments written yet.

Please login to write comment.