Color Hex Logo

#528eec Color Hex

#528EEC
(82,142,236)
0 Favorites   0 Comments

Color spaces of #528eec

RGB 82142236
HSL0.600.800.62
HSV217°65°93°
CMYK 0.650.400.00   0.07
XYZ28.293027.196083.1150
Yxy27.19600.20410.1962
Hunter Lab52.14985.5801-57.9900
CIE-Lab59.15539.9038-53.2051

#528eec color RGB value is (82,142,236).

#528eec hex color red value is 82, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #528eec hue: 0.60 , saturation: 0.80 and the lightness value of 528eec is 0.62.

The process color (four color CMYK) of #528eec color hex is 0.65, 0.40, 0.00, 0.07. Web safe color of #528eec is #6699ff. Color #528eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001110 11101100
Octal 122 216 354
Decimal 82 142 236
Hex 52 8E EC

RGB Percentages of Color #528eec

%17.83
%30.87
%51.30

CMYK Percentages of Color #528eec

%65
%40
%0
%7

Triadic Colors of #528eec

#528eec #ec528e #8eec52

Analogous Colors of #528eec

#528eec #6352ec #52dbec

Monochromatic Colors of #528eec

#528eec

Complementary Color

#528eec #ecb052

#528eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#528eec Color CSS Codes

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

#528eec Text Font Color

<p style="color:#528eec">Text here</p>

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


#528eec Background Color

<div style="background-color:#528eec">
Div content here</div>

This div background color is #528eec


#528eec Border Color

<div style="border:3px solid #528eec">
Div here</div>

This div border color is #528eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,142,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528eec;
  -webkit-box-shadow: 1px 1px 3px 2px #528eec;
  box-shadow:         1px 1px 3px 2px #528eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528eec


Comments

No comments written yet.

Please login to write comment.