Color Hex Logo

#5299ce Color Hex

#5299CE
(82,153,206)
0 Favorites   0 Comments

Color spaces of #5299ce

RGB 82153206
HSL0.570.560.56
HSV206°60°81°
CMYK 0.600.260.00   0.19
XYZ26.011529.032562.6254
Yxy29.03250.22110.2467
Hunter Lab53.8818-8.1221-31.1939
CIE-Lab60.8103-6.4561-33.8944

#5299ce color RGB value is (82,153,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011001 11001110
Octal 122 231 316
Decimal 82 153 206
Hex 52 99 CE

RGB Percentages of Color #5299ce

%18.59
%34.69
%46.71

CMYK Percentages of Color #5299ce

%60
%26
%0
%19

Triadic Colors of #5299ce

#5299ce #ce5299 #99ce52

Analogous Colors of #5299ce

#5299ce #525bce #52cec5

Monochromatic Colors of #5299ce

#5299ce

Complementary Color

#5299ce #ce8752

#5299ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5299ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5299ce Color CSS Codes

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

#5299ce Text Font Color

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

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


#5299ce Background Color

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

This div background color is #5299ce


#5299ce Border Color

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

This div border color is #5299ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5299ce


Comments

No comments written yet.

Please login to write comment.