Color Hex Logo

#529abb Color Hex

#529ABB
(82,154,187)
0 Favorites   0 Comments

Color spaces of #529abb

RGB 82154187
HSL0.550.440.53
HSV199°56°73°
CMYK 0.560.180.00   0.27
XYZ24.004928.492951.2482
Yxy28.49290.23140.2746
Hunter Lab53.3787-13.1397-19.5584
CIE-Lab60.3315-12.9639-23.9677

#529abb color RGB value is (82,154,187).

#529abb hex color red value is 82, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #529abb hue: 0.55 , saturation: 0.44 and the lightness value of 529abb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 10111011
Octal 122 232 273
Decimal 82 154 187
Hex 52 9A BB

RGB Percentages of Color #529abb

%19.39
%36.41
%44.21

CMYK Percentages of Color #529abb

%56
%18
%0
%27

Triadic Colors of #529abb

#529abb #bb529a #9abb52

Analogous Colors of #529abb

#529abb #5266bb #52bba8

Monochromatic Colors of #529abb

#529abb

Complementary Color

#529abb #bb7352

#529abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529abb Color CSS Codes

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

#529abb Text Font Color

<p style="color:#529abb">Text here</p>

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


#529abb Background Color

<div style="background-color:#529abb">
Div content here</div>

This div background color is #529abb


#529abb Border Color

<div style="border:3px solid #529abb">
Div here</div>

This div border color is #529abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,154,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #529abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #529abb;
  -webkit-box-shadow: 1px 1px 3px 2px #529abb;
  box-shadow:         1px 1px 3px 2px #529abb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529abb


Comments

No comments written yet.

Please login to write comment.