Color Hex Logo

#509a9c Color Hex

#509A9C
(80,154,156)
0 Favorites   0 Comments

Color spaces of #509a9c

RGB 80154156
HSL0.500.320.46
HSV182°49°61°
CMYK 0.490.010.00   0.39
XYZ20.864627.217035.6062
Yxy27.21700.24930.3252
Hunter Lab52.1699-19.9089-3.9467
CIE-Lab59.1746-22.4084-8.1788

#509a9c color RGB value is (80,154,156).

#509a9c hex color red value is 80, green value is 154 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #509a9c hue: 0.50 , saturation: 0.32 and the lightness value of 509a9c is 0.46.

The process color (four color CMYK) of #509a9c color hex is 0.49, 0.01, 0.00, 0.39. Web safe color of #509a9c is #669999. Color #509a9c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011010 10011100
Octal 120 232 234
Decimal 80 154 156
Hex 50 9A 9C

RGB Percentages of Color #509a9c

%20.51
%39.49
%40.00

CMYK Percentages of Color #509a9c

%49
%1
%0
%39

Triadic Colors of #509a9c

#509a9c #9c509a #9a9c50

Analogous Colors of #509a9c

#509a9c #50749c #509c78

Monochromatic Colors of #509a9c

#509a9c

Complementary Color

#509a9c #9c5250

#509a9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509a9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#509a9c Color CSS Codes

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

#509a9c Text Font Color

<p style="color:#509a9c">Text here</p>

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


#509a9c Background Color

<div style="background-color:#509a9c">
Div content here</div>

This div background color is #509a9c


#509a9c Border Color

<div style="border:3px solid #509a9c">
Div here</div>

This div border color is #509a9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,154,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509a9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509a9c;
  -webkit-box-shadow: 1px 1px 3px 2px #509a9c;
  box-shadow:         1px 1px 3px 2px #509a9c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509a9c


Comments

No comments written yet.

Please login to write comment.