Color Hex Logo

#457cdc Color Hex

#457CDC
(69,124,220)
0 Favorites   0 Comments

Color spaces of #457cdc

RGB 69124220
HSL0.610.680.57
HSV218°69°86°
CMYK 0.690.440.00   0.14
XYZ22.580220.847870.5441
Yxy20.84780.19810.1829
Hunter Lab45.65948.3707-59.6419
CIE-Lab52.782513.1941-54.4695

#457cdc color RGB value is (69,124,220).

#457cdc hex color red value is 69, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #457cdc hue: 0.61 , saturation: 0.68 and the lightness value of 457cdc is 0.57.

The process color (four color CMYK) of #457cdc color hex is 0.69, 0.44, 0.00, 0.14. Web safe color of #457cdc is #3366cc. Color #457cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 11011100
Octal 105 174 334
Decimal 69 124 220
Hex 45 7C DC

RGB Percentages of Color #457cdc

%16.71
%30.02
%53.27

CMYK Percentages of Color #457cdc

%69
%44
%0
%14

Triadic Colors of #457cdc

#457cdc #dc457c #7cdc45

Analogous Colors of #457cdc

#457cdc #5a45dc #45c8dc

Monochromatic Colors of #457cdc

#457cdc

Complementary Color

#457cdc #dca545

#457cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#457cdc Color CSS Codes

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

#457cdc Text Font Color

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

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


#457cdc Background Color

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

This div background color is #457cdc


#457cdc Border Color

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

This div border color is #457cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457cdc


Comments

No comments written yet.

Please login to write comment.