Color Hex Logo

#519ceb Color Hex

#519CEB
(81,156,235)
0 Favorites   0 Comments

Color spaces of #519ceb

RGB 81156235
HSL0.590.790.62
HSV211°66°92°
CMYK 0.660.340.00   0.08
XYZ30.277231.524483.0863
Yxy31.52440.20900.2176
Hunter Lab56.1466-1.9999-48.4353
CIE-Lab62.94781.1853-46.6453

#519ceb color RGB value is (81,156,235).

#519ceb hex color red value is 81, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #519ceb hue: 0.59 , saturation: 0.79 and the lightness value of 519ceb is 0.62.

The process color (four color CMYK) of #519ceb color hex is 0.66, 0.34, 0.00, 0.08. Web safe color of #519ceb is #6699ff. Color #519ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 11101011
Octal 121 234 353
Decimal 81 156 235
Hex 51 9C EB

RGB Percentages of Color #519ceb

%17.16
%33.05
%49.79

CMYK Percentages of Color #519ceb

%66
%34
%0
%8

Triadic Colors of #519ceb

#519ceb #eb519c #9ceb51

Analogous Colors of #519ceb

#519ceb #5351eb #51e9eb

Monochromatic Colors of #519ceb

#519ceb

Complementary Color

#519ceb #eba051

#519ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#519ceb Color CSS Codes

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

#519ceb Text Font Color

<p style="color:#519ceb">Text here</p>

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


#519ceb Background Color

<div style="background-color:#519ceb">
Div content here</div>

This div background color is #519ceb


#519ceb Border Color

<div style="border:3px solid #519ceb">
Div here</div>

This div border color is #519ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,156,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #519ceb;
  box-shadow:         1px 1px 3px 2px #519ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,156,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519ceb


Comments

No comments written yet.

Please login to write comment.