Color Hex Logo

#50caab Color Hex

#50CAAB
(80,202,171)
0 Favorites   0 Comments

Color spaces of #50caab

RGB 80202171
HSL0.460.540.55
HSV165°60°79°
CMYK 0.600.000.15   0.21
XYZ31.779546.886845.9032
Yxy46.88680.25510.3764
Hunter Lab68.4739-36.98568.1852
CIE-Lab74.1173-41.40205.4093

#50caab color RGB value is (80,202,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 10101011
Octal 120 312 253
Decimal 80 202 171
Hex 50 CA AB

RGB Percentages of Color #50caab

%17.66
%44.59
%37.75

CMYK Percentages of Color #50caab

%60
%0
%15
%21

Triadic Colors of #50caab

#50caab #ab50ca #caab50

Analogous Colors of #50caab

#50caab #50acca #50ca6e

Monochromatic Colors of #50caab

#50caab

Complementary Color

#50caab #ca506f

#50caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#50caab Color CSS Codes

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

#50caab Text Font Color

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

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


#50caab Background Color

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

This div background color is #50caab


#50caab Border Color

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

This div border color is #50caab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50caab


Comments

No comments written yet.

Please login to write comment.