Color Hex Logo

#50ccad Color Hex

#50CCAD
(80,204,173)
0 Favorites   0 Comments

Color spaces of #50ccad

RGB 80204173
HSL0.460.550.56
HSV165°61°80°
CMYK 0.610.000.15   0.20
XYZ32.444047.908347.0724
Yxy47.90830.25460.3760
Hunter Lab69.2158-37.45828.1290
CIE-Lab74.7671-41.80055.2670

#50ccad color RGB value is (80,204,173).

#50ccad hex color red value is 80, green value is 204 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #50ccad hue: 0.46 , saturation: 0.55 and the lightness value of 50ccad is 0.56.

The process color (four color CMYK) of #50ccad color hex is 0.61, 0.00, 0.15, 0.20. Web safe color of #50ccad is #66cc99. Color #50ccad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001100 10101101
Octal 120 314 255
Decimal 80 204 173
Hex 50 CC AD

RGB Percentages of Color #50ccad

%17.51
%44.64
%37.86

CMYK Percentages of Color #50ccad

%61
%0
%15
%20

Triadic Colors of #50ccad

#50ccad #ad50cc #ccad50

Analogous Colors of #50ccad

#50ccad #50adcc #50cc6f

Monochromatic Colors of #50ccad

#50ccad

Complementary Color

#50ccad #cc506f

#50ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#50ccad Color CSS Codes

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

#50ccad Text Font Color

<p style="color:#50ccad">Text here</p>

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


#50ccad Background Color

<div style="background-color:#50ccad">
Div content here</div>

This div background color is #50ccad


#50ccad Border Color

<div style="border:3px solid #50ccad">
Div here</div>

This div border color is #50ccad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,204,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50ccad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50ccad;
  -webkit-box-shadow: 1px 1px 3px 2px #50ccad;
  box-shadow:         1px 1px 3px 2px #50ccad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50ccad


Comments

No comments written yet.

Please login to write comment.