Color Hex Logo

#457cab Color Hex

#457CAB
(69,124,171)
0 Favorites   0 Comments

Color spaces of #457cab

RGB 69124171
HSL0.580.430.47
HSV208°60°67°
CMYK 0.600.270.00   0.33
XYZ17.012618.620841.2256
Yxy18.62080.22130.2423
Hunter Lab43.1518-5.1421-26.4371
CIE-Lab50.2406-3.7372-30.4800

#457cab color RGB value is (69,124,171).

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

The process color (four color CMYK) of #457cab color hex is 0.60, 0.27, 0.00, 0.33. Web safe color of #457cab is #336699. Color #457cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 10101011
Octal 105 174 253
Decimal 69 124 171
Hex 45 7C AB

RGB Percentages of Color #457cab

%18.96
%34.07
%46.98

CMYK Percentages of Color #457cab

%60
%27
%0
%33

Triadic Colors of #457cab

#457cab #ab457c #7cab45

Analogous Colors of #457cab

#457cab #4549ab #45aba7

Monochromatic Colors of #457cab

#457cab

Complementary Color

#457cab #ab7445

#457cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#457cab Color CSS Codes

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

#457cab Text Font Color

<p style="color:#457cab">Text here</p>

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


#457cab Background Color

<div style="background-color:#457cab">
Div content here</div>

This div background color is #457cab


#457cab Border Color

<div style="border:3px solid #457cab">
Div here</div>

This div border color is #457cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457cab


Comments

No comments written yet.

Please login to write comment.