Color Hex Logo

#5295db Color Hex

#5295DB
(82,149,219)
0 Favorites   0 Comments

Color spaces of #5295db

RGB 82149219
HSL0.590.660.59
HSV211°63°86°
CMYK 0.630.320.00   0.14
XYZ27.013328.403271.0764
Yxy28.40320.21360.2245
Hunter Lab53.2947-2.7899-41.7658
CIE-Lab60.25130.0686-42.0266

#5295db color RGB value is (82,149,219).

#5295db hex color red value is 82, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5295db hue: 0.59 , saturation: 0.66 and the lightness value of 5295db is 0.59.

The process color (four color CMYK) of #5295db color hex is 0.63, 0.32, 0.00, 0.14. Web safe color of #5295db is #6699cc. Color #5295db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010101 11011011
Octal 122 225 333
Decimal 82 149 219
Hex 52 95 DB

RGB Percentages of Color #5295db

%18.22
%33.11
%48.67

CMYK Percentages of Color #5295db

%63
%32
%0
%14

Triadic Colors of #5295db

#5295db #db5295 #95db52

Analogous Colors of #5295db

#5295db #5452db #52dadb

Monochromatic Colors of #5295db

#5295db

Complementary Color

#5295db #db9852

#5295db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5295db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5295db Color CSS Codes

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

#5295db Text Font Color

<p style="color:#5295db">Text here</p>

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


#5295db Background Color

<div style="background-color:#5295db">
Div content here</div>

This div background color is #5295db


#5295db Border Color

<div style="border:3px solid #5295db">
Div here</div>

This div border color is #5295db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,149,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5295db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5295db;
  -webkit-box-shadow: 1px 1px 3px 2px #5295db;
  box-shadow:         1px 1px 3px 2px #5295db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5295db


Comments

No comments written yet.

Please login to write comment.