Color Hex Logo

#519cce Color Hex

#519CCE
(81,156,206)
0 Favorites   0 Comments

Color spaces of #519cce

RGB 81156206
HSL0.570.560.56
HSV204°61°81°
CMYK 0.610.240.00   0.19
XYZ26.422429.982562.7871
Yxy29.98250.22170.2515
Hunter Lab54.7563-9.6891-29.6564
CIE-Lab61.6391-8.3282-32.6085

#519cce color RGB value is (81,156,206).

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

The process color (four color CMYK) of #519cce color hex is 0.61, 0.24, 0.00, 0.19. Web safe color of #519cce is #6699cc. Color #519cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011100 11001110
Octal 121 234 316
Decimal 81 156 206
Hex 51 9C CE

RGB Percentages of Color #519cce

%18.28
%35.21
%46.50

CMYK Percentages of Color #519cce

%61
%24
%0
%19

Triadic Colors of #519cce

#519cce #ce519c #9cce51

Analogous Colors of #519cce

#519cce #515dce #51cec2

Monochromatic Colors of #519cce

#519cce

Complementary Color

#519cce #ce8351

#519cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#519cce Color CSS Codes

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

#519cce Text Font Color

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

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


#519cce Background Color

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

This div background color is #519cce


#519cce Border Color

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

This div border color is #519cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,156,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 #519cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519cce


Comments

No comments written yet.

Please login to write comment.