Color Hex Logo

#5292ba Color Hex

#5292BA
(82,146,186)
0 Favorites   0 Comments

Color spaces of #5292ba

RGB 82146186
HSL0.560.430.53
HSV203°56°73°
CMYK 0.560.220.00   0.27
XYZ22.621525.896850.2607
Yxy25.89680.22900.2622
Hunter Lab50.8889-9.7075-22.9359
CIE-Lab57.9390-8.8433-27.0870

#5292ba color RGB value is (82,146,186).

#5292ba hex color red value is 82, green value is 146 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5292ba hue: 0.56 , saturation: 0.43 and the lightness value of 5292ba is 0.53.

The process color (four color CMYK) of #5292ba color hex is 0.56, 0.22, 0.00, 0.27. Web safe color of #5292ba is #6699cc. Color #5292ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010010 10111010
Octal 122 222 272
Decimal 82 146 186
Hex 52 92 BA

RGB Percentages of Color #5292ba

%19.81
%35.27
%44.93

CMYK Percentages of Color #5292ba

%56
%22
%0
%27

Triadic Colors of #5292ba

#5292ba #ba5292 #92ba52

Analogous Colors of #5292ba

#5292ba #525eba #52baae

Monochromatic Colors of #5292ba

#5292ba

Complementary Color

#5292ba #ba7a52

#5292ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5292ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5292ba Color CSS Codes

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

#5292ba Text Font Color

<p style="color:#5292ba">Text here</p>

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


#5292ba Background Color

<div style="background-color:#5292ba">
Div content here</div>

This div background color is #5292ba


#5292ba Border Color

<div style="border:3px solid #5292ba">
Div here</div>

This div border color is #5292ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,146,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5292ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5292ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5292ba;
  box-shadow:         1px 1px 3px 2px #5292ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,146,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5292ba


Comments

No comments written yet.

Please login to write comment.