Color Hex Logo

#5294fd Color Hex

#5294FD
(82,148,253)
0 Favorites   0 Comments

Color spaces of #5294fd

RGB 82148253
HSL0.600.980.66
HSV217°68°99°
CMYK 0.680.420.00   0.01
XYZ31.799230.065597.0557
Yxy30.06550.20010.1892
Hunter Lab54.83207.5630-66.5642
CIE-Lab61.710712.1465-58.4952

#5294fd color RGB value is (82,148,253).

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

The process color (four color CMYK) of #5294fd color hex is 0.68, 0.42, 0.00, 0.01. Web safe color of #5294fd is #6699ff. Color #5294fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010100 11111101
Octal 122 224 375
Decimal 82 148 253
Hex 52 94 FD

RGB Percentages of Color #5294fd

%16.98
%30.64
%52.38

CMYK Percentages of Color #5294fd

%68
%42
%0
%1

Triadic Colors of #5294fd

#5294fd #fd5294 #94fd52

Analogous Colors of #5294fd

#5294fd #6652fd #52eafd

Monochromatic Colors of #5294fd

#5294fd

Complementary Color

#5294fd #fdbb52

#5294fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5294fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5294fd Color CSS Codes

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

#5294fd Text Font Color

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

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


#5294fd Background Color

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

This div background color is #5294fd


#5294fd Border Color

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

This div border color is #5294fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5294fd


Comments

No comments written yet.

Please login to write comment.