Color Hex Logo

#5298ba Color Hex

#5298BA
(82,152,186)
0 Favorites   0 Comments

Color spaces of #5298ba

RGB 82152186
HSL0.550.430.53
HSV200°56°73°
CMYK 0.560.180.00   0.27
XYZ23.570827.795550.5771
Yxy27.79550.23120.2727
Hunter Lab52.7214-12.4584-19.9735
CIE-Lab59.7035-12.1741-24.3683

#5298ba color RGB value is (82,152,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011000 10111010
Octal 122 230 272
Decimal 82 152 186
Hex 52 98 BA

RGB Percentages of Color #5298ba

%19.52
%36.19
%44.29

CMYK Percentages of Color #5298ba

%56
%18
%0
%27

Triadic Colors of #5298ba

#5298ba #ba5298 #98ba52

Analogous Colors of #5298ba

#5298ba #5264ba #52baa8

Monochromatic Colors of #5298ba

#5298ba

Complementary Color

#5298ba #ba7452

#5298ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5298ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5298ba Color CSS Codes

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

#5298ba Text Font Color

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

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


#5298ba Background Color

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

This div background color is #5298ba


#5298ba Border Color

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

This div border color is #5298ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5298ba


Comments

No comments written yet.

Please login to write comment.