Color Hex Logo

#457eaf Color Hex

#457EAF
(69,126,175)
0 Favorites   0 Comments

Color spaces of #457eaf

RGB 69126175
HSL0.580.430.48
HSV208°61°69°
CMYK 0.610.280.00   0.31
XYZ17.653019.282143.3488
Yxy19.28210.21990.2402
Hunter Lab43.9114-5.0854-27.7924
CIE-Lab51.0156-3.5857-31.5862

#457eaf color RGB value is (69,126,175).

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

The process color (four color CMYK) of #457eaf color hex is 0.61, 0.28, 0.00, 0.31. Web safe color of #457eaf is #336699. Color #457eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111110 10101111
Octal 105 176 257
Decimal 69 126 175
Hex 45 7E AF

RGB Percentages of Color #457eaf

%18.65
%34.05
%47.30

CMYK Percentages of Color #457eaf

%61
%28
%0
%31

Triadic Colors of #457eaf

#457eaf #af457e #7eaf45

Analogous Colors of #457eaf

#457eaf #4549af #45afab

Monochromatic Colors of #457eaf

#457eaf

Complementary Color

#457eaf #af7645

#457eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#457eaf Color CSS Codes

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

#457eaf Text Font Color

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

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


#457eaf Background Color

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

This div background color is #457eaf


#457eaf Border Color

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

This div border color is #457eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457eaf


Comments

No comments written yet.

Please login to write comment.