Color Hex Logo

#457bae Color Hex

#457BAE
(69,123,174)
0 Favorites   0 Comments

Color spaces of #457bae

RGB 69123174
HSL0.580.430.48
HSV209°60°68°
CMYK 0.600.290.00   0.32
XYZ17.177218.487142.7074
Yxy18.48710.21920.2359
Hunter Lab42.9966-3.9332-28.7935
CIE-Lab50.0817-2.1463-32.4672

#457bae color RGB value is (69,123,174).

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

The process color (four color CMYK) of #457bae color hex is 0.60, 0.29, 0.00, 0.32. Web safe color of #457bae is #336699. Color #457bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 10101110
Octal 105 173 256
Decimal 69 123 174
Hex 45 7B AE

RGB Percentages of Color #457bae

%18.85
%33.61
%47.54

CMYK Percentages of Color #457bae

%60
%29
%0
%32

Triadic Colors of #457bae

#457bae #ae457b #7bae45

Analogous Colors of #457bae

#457bae #4546ae #45aead

Monochromatic Colors of #457bae

#457bae

Complementary Color

#457bae #ae7845

#457bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#457bae Color CSS Codes

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

#457bae Text Font Color

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

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


#457bae Background Color

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

This div background color is #457bae


#457bae Border Color

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

This div border color is #457bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457bae


Comments

No comments written yet.

Please login to write comment.