Color Hex Logo

#50cfaf Color Hex

#50CFAF
(80,207,175)
0 Favorites   0 Comments

Color spaces of #50cfaf

RGB 80207175
HSL0.460.570.56
HSV165°61°81°
CMYK 0.610.000.15   0.19
XYZ33.359049.426348.3395
Yxy49.42630.25440.3769
Hunter Lab70.3038-38.33398.4461
CIE-Lab75.7158-42.63525.5578

#50cfaf color RGB value is (80,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001111 10101111
Octal 120 317 257
Decimal 80 207 175
Hex 50 CF AF

RGB Percentages of Color #50cfaf

%17.32
%44.81
%37.88

CMYK Percentages of Color #50cfaf

%61
%0
%15
%19

Triadic Colors of #50cfaf

#50cfaf #af50cf #cfaf50

Analogous Colors of #50cfaf

#50cfaf #50b0cf #50cf70

Monochromatic Colors of #50cfaf

#50cfaf

Complementary Color

#50cfaf #cf5070

#50cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50cfaf Color CSS Codes

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

#50cfaf Text Font Color

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

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


#50cfaf Background Color

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

This div background color is #50cfaf


#50cfaf Border Color

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

This div border color is #50cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50cfaf


Comments

No comments written yet.

Please login to write comment.