Color Hex Logo

#50afcd Color Hex

#50AFCD
(80,175,205)
0 Favorites   0 Comments

Color spaces of #50afcd

RGB 80175205
HSL0.540.560.56
HSV194°61°80°
CMYK 0.610.150.00   0.20
XYZ29.657736.773263.2924
Yxy36.77320.22860.2835
Hunter Lab60.6409-18.8225-19.4338
CIE-Lab67.1065-19.0851-23.6273

#50afcd color RGB value is (80,175,205).

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

The process color (four color CMYK) of #50afcd color hex is 0.61, 0.15, 0.00, 0.20. Web safe color of #50afcd is #6699cc. Color #50afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101111 11001101
Octal 120 257 315
Decimal 80 175 205
Hex 50 AF CD

RGB Percentages of Color #50afcd

%17.39
%38.04
%44.57

CMYK Percentages of Color #50afcd

%61
%15
%0
%20

Triadic Colors of #50afcd

#50afcd #cd50af #afcd50

Analogous Colors of #50afcd

#50afcd #5071cd #50cdad

Monochromatic Colors of #50afcd

#50afcd

Complementary Color

#50afcd #cd6e50

#50afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#50afcd Color CSS Codes

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

#50afcd Text Font Color

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

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


#50afcd Background Color

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

This div background color is #50afcd


#50afcd Border Color

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

This div border color is #50afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50afcd


Comments

No comments written yet.

Please login to write comment.