Color Hex Logo

#457aee Color Hex

#457AEE
(69,122,238)
0 Favorites   0 Comments

Color spaces of #457aee

RGB 69122238
HSL0.610.830.60
HSV221°71°93°
CMYK 0.710.490.00   0.07
XYZ24.846421.357383.7017
Yxy21.35730.19130.1644
Hunter Lab46.214015.0940-75.0350
CIE-Lab53.338320.8296-63.6635

#457aee color RGB value is (69,122,238).

#457aee hex color red value is 69, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #457aee hue: 0.61 , saturation: 0.83 and the lightness value of 457aee is 0.60.

The process color (four color CMYK) of #457aee color hex is 0.71, 0.49, 0.00, 0.07. Web safe color of #457aee is #3366ff. Color #457aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111010 11101110
Octal 105 172 356
Decimal 69 122 238
Hex 45 7A EE

RGB Percentages of Color #457aee

%16.08
%28.44
%55.48

CMYK Percentages of Color #457aee

%71
%49
%0
%7

Triadic Colors of #457aee

#457aee #ee457a #7aee45

Analogous Colors of #457aee

#457aee #6545ee #45cfee

Monochromatic Colors of #457aee

#457aee

Complementary Color

#457aee #eeb945

#457aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#457aee Color CSS Codes

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

#457aee Text Font Color

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

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


#457aee Background Color

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

This div background color is #457aee


#457aee Border Color

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

This div border color is #457aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457aee


Comments

No comments written yet.

Please login to write comment.