Color Hex Logo

#5296ce Color Hex

#5296CE
(82,150,206)
0 Favorites   0 Comments

Color spaces of #5296ce

RGB 82150206
HSL0.580.560.56
HSV207°60°81°
CMYK 0.600.270.00   0.19
XYZ25.526628.062862.4638
Yxy28.06280.22000.2418
Hunter Lab52.9743-6.6918-32.8288
CIE-Lab59.9454-4.7581-35.2424

#5296ce color RGB value is (82,150,206).

#5296ce hex color red value is 82, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5296ce hue: 0.58 , saturation: 0.56 and the lightness value of 5296ce is 0.56.

The process color (four color CMYK) of #5296ce color hex is 0.60, 0.27, 0.00, 0.19. Web safe color of #5296ce is #6699cc. Color #5296ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010110 11001110
Octal 122 226 316
Decimal 82 150 206
Hex 52 96 CE

RGB Percentages of Color #5296ce

%18.72
%34.25
%47.03

CMYK Percentages of Color #5296ce

%60
%27
%0
%19

Triadic Colors of #5296ce

#5296ce #ce5296 #96ce52

Analogous Colors of #5296ce

#5296ce #5258ce #52cec8

Monochromatic Colors of #5296ce

#5296ce

Complementary Color

#5296ce #ce8a52

#5296ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5296ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5296ce Color CSS Codes

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

#5296ce Text Font Color

<p style="color:#5296ce">Text here</p>

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


#5296ce Background Color

<div style="background-color:#5296ce">
Div content here</div>

This div background color is #5296ce


#5296ce Border Color

<div style="border:3px solid #5296ce">
Div here</div>

This div border color is #5296ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,150,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5296ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5296ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5296ce;
  box-shadow:         1px 1px 3px 2px #5296ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5296ce

#5296ce Color Palettes


Comments

No comments written yet.

Please login to write comment.