Color Hex Logo

#5294ec Color Hex

#5294EC
(82,148,236)
0 Favorites   0 Comments

Color spaces of #5294ec

RGB 82148236
HSL0.600.800.62
HSV214°65°93°
CMYK 0.650.370.00   0.07
XYZ29.209929.029883.4207
Yxy29.02980.20620.2049
Hunter Lab53.87932.4824-54.0825
CIE-Lab60.80796.3486-50.5796

#5294ec color RGB value is (82,148,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 11101100
Octal 122 224 354
Decimal 82 148 236
Hex 52 94 EC

RGB Percentages of Color #5294ec

%17.60
%31.76
%50.64

CMYK Percentages of Color #5294ec

%65
%37
%0
%7

Triadic Colors of #5294ec

#5294ec #ec5294 #94ec52

Analogous Colors of #5294ec

#5294ec #5d52ec #52e1ec

Monochromatic Colors of #5294ec

#5294ec

Complementary Color

#5294ec #ecaa52

#5294ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5294ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5294ec Color CSS Codes

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

#5294ec Text Font Color

<p style="color:#5294ec">Text here</p>

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


#5294ec Background Color

<div style="background-color:#5294ec">
Div content here</div>

This div background color is #5294ec


#5294ec Border Color

<div style="border:3px solid #5294ec">
Div here</div>

This div border color is #5294ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5294ec


Comments

No comments written yet.

Please login to write comment.