Color Hex Logo

#5295ba Color Hex

#5295BA
(82,149,186)
0 Favorites   0 Comments

Color spaces of #5295ba

RGB 82149186
HSL0.560.430.53
HSV201°56°73°
CMYK 0.560.200.00   0.27
XYZ23.090026.833950.4169
Yxy26.83390.23010.2674
Hunter Lab51.8014-11.0879-21.4443
CIE-Lab58.8203-10.5175-25.7275

#5295ba color RGB value is (82,149,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 10111010
Octal 122 225 272
Decimal 82 149 186
Hex 52 95 BA

RGB Percentages of Color #5295ba

%19.66
%35.73
%44.60

CMYK Percentages of Color #5295ba

%56
%20
%0
%27

Triadic Colors of #5295ba

#5295ba #ba5295 #95ba52

Analogous Colors of #5295ba

#5295ba #5261ba #52baab

Monochromatic Colors of #5295ba

#5295ba

Complementary Color

#5295ba #ba7752

#5295ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5295ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5295ba Color CSS Codes

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

#5295ba Text Font Color

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

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


#5295ba Background Color

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

This div background color is #5295ba


#5295ba Border Color

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

This div border color is #5295ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,149,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 #5295ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5295ba


Comments

No comments written yet.

Please login to write comment.