Color Hex Logo

#5469bc Color Hex

#5469BC
(84,105,188)
0 Favorites   0 Comments

Color spaces of #5469bc

RGB 84105188
HSL0.630.440.53
HSV228°55°74°
CMYK 0.550.440.00   0.26
XYZ17.784815.618849.6543
Yxy15.61880.21410.1880
Hunter Lab39.520611.1662-46.8284
CIE-Lab46.470316.7143-46.2363

#5469bc color RGB value is (84,105,188).

#5469bc hex color red value is 84, green value is 105 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5469bc hue: 0.63 , saturation: 0.44 and the lightness value of 5469bc is 0.53.

The process color (four color CMYK) of #5469bc color hex is 0.55, 0.44, 0.00, 0.26. Web safe color of #5469bc is #6666cc. Color #5469bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01101001 10111100
Octal 124 151 274
Decimal 84 105 188
Hex 54 69 BC

RGB Percentages of Color #5469bc

%22.28
%27.85
%49.87

CMYK Percentages of Color #5469bc

%55
%44
%0
%26

Triadic Colors of #5469bc

#5469bc #bc5469 #69bc54

Analogous Colors of #5469bc

#5469bc #7354bc #549dbc

Monochromatic Colors of #5469bc

#5469bc

Complementary Color

#5469bc #bca754

#5469bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5469bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5469bc Color CSS Codes

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

#5469bc Text Font Color

<p style="color:#5469bc">Text here</p>

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


#5469bc Background Color

<div style="background-color:#5469bc">
Div content here</div>

This div background color is #5469bc


#5469bc Border Color

<div style="border:3px solid #5469bc">
Div here</div>

This div border color is #5469bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,105,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5469bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5469bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5469bc;
  box-shadow:         1px 1px 3px 2px #5469bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,105,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5469bc


Comments

No comments written yet.

Please login to write comment.