Color Hex Logo

#529eeb Color Hex

#529EEB
(82,158,235)
0 Favorites   0 Comments

Color spaces of #529eeb

RGB 82158235
HSL0.580.790.62
HSV210°65°92°
CMYK 0.650.330.00   0.08
XYZ30.701932.245783.2031
Yxy32.24570.21010.2206
Hunter Lab56.7853-2.8653-47.1233
CIE-Lab63.54540.1988-45.7005

#529eeb color RGB value is (82,158,235).

#529eeb hex color red value is 82, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #529eeb hue: 0.58 , saturation: 0.79 and the lightness value of 529eeb is 0.62.

The process color (four color CMYK) of #529eeb color hex is 0.65, 0.33, 0.00, 0.08. Web safe color of #529eeb is #6699ff. Color #529eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11101011
Octal 122 236 353
Decimal 82 158 235
Hex 52 9E EB

RGB Percentages of Color #529eeb

%17.26
%33.26
%49.47

CMYK Percentages of Color #529eeb

%65
%33
%0
%8

Triadic Colors of #529eeb

#529eeb #eb529e #9eeb52

Analogous Colors of #529eeb

#529eeb #5252eb #52ebeb

Monochromatic Colors of #529eeb

#529eeb

Complementary Color

#529eeb #eb9f52

#529eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#529eeb Color CSS Codes

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

#529eeb Text Font Color

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

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


#529eeb Background Color

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

This div background color is #529eeb


#529eeb Border Color

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

This div border color is #529eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529eeb


Comments

No comments written yet.

Please login to write comment.