Color Hex Logo

#5297ef Color Hex

#5297EF
(82,151,239)
0 Favorites   0 Comments

Color spaces of #5297ef

RGB 82151239
HSL0.590.830.63
HSV214°66°94°
CMYK 0.660.370.00   0.06
XYZ30.126330.159185.8948
Yxy30.15910.20610.2063
Hunter Lab54.91731.8155-54.2919
CIE-Lab61.79135.6024-50.6759

#5297ef color RGB value is (82,151,239).

#5297ef hex color red value is 82, green value is 151 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5297ef hue: 0.59 , saturation: 0.83 and the lightness value of 5297ef is 0.63.

The process color (four color CMYK) of #5297ef color hex is 0.66, 0.37, 0.00, 0.06. Web safe color of #5297ef is #6699ff. Color #5297ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 11101111
Octal 122 227 357
Decimal 82 151 239
Hex 52 97 EF

RGB Percentages of Color #5297ef

%17.37
%31.99
%50.64

CMYK Percentages of Color #5297ef

%66
%37
%0
%6

Triadic Colors of #5297ef

#5297ef #ef5297 #97ef52

Analogous Colors of #5297ef

#5297ef #5b52ef #52e6ef

Monochromatic Colors of #5297ef

#5297ef

Complementary Color

#5297ef #efaa52

#5297ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5297ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5297ef Color CSS Codes

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

#5297ef Text Font Color

<p style="color:#5297ef">Text here</p>

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


#5297ef Background Color

<div style="background-color:#5297ef">
Div content here</div>

This div background color is #5297ef


#5297ef Border Color

<div style="border:3px solid #5297ef">
Div here</div>

This div border color is #5297ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,151,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5297ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5297ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5297ef;
  box-shadow:         1px 1px 3px 2px #5297ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5297ef


Comments

No comments written yet.

Please login to write comment.