Color Hex Logo

#5069ac Color Hex

#5069AC
(80,105,172)
0 Favorites   0 Comments

Color spaces of #5069ac

RGB 80105172
HSL0.620.370.49
HSV224°53°67°
CMYK 0.530.390.00   0.33
XYZ15.806214.787241.0509
Yxy14.78720.22060.2064
Hunter Lab38.45416.0760-36.3759
CIE-Lab45.341310.5556-38.7223

#5069ac color RGB value is (80,105,172).

#5069ac hex color red value is 80, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5069ac hue: 0.62 , saturation: 0.37 and the lightness value of 5069ac is 0.49.

The process color (four color CMYK) of #5069ac color hex is 0.53, 0.39, 0.00, 0.33. Web safe color of #5069ac is #666699. Color #5069ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 10101100
Octal 120 151 254
Decimal 80 105 172
Hex 50 69 AC

RGB Percentages of Color #5069ac

%22.41
%29.41
%48.18

CMYK Percentages of Color #5069ac

%53
%39
%0
%33

Triadic Colors of #5069ac

#5069ac #ac5069 #69ac50

Analogous Colors of #5069ac

#5069ac #6550ac #5097ac

Monochromatic Colors of #5069ac

#5069ac

Complementary Color

#5069ac #ac9350

#5069ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5069ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5069ac Color CSS Codes

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

#5069ac Text Font Color

<p style="color:#5069ac">Text here</p>

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


#5069ac Background Color

<div style="background-color:#5069ac">
Div content here</div>

This div background color is #5069ac


#5069ac Border Color

<div style="border:3px solid #5069ac">
Div here</div>

This div border color is #5069ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,105,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5069ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5069ac;
  -webkit-box-shadow: 1px 1px 3px 2px #5069ac;
  box-shadow:         1px 1px 3px 2px #5069ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5069ac


Comments

No comments written yet.

Please login to write comment.