Color Hex Logo

#50accb Color Hex

#50ACCB
(80,172,203)
0 Favorites   0 Comments

Color spaces of #50accb

RGB 80172203
HSL0.540.540.55
HSV195°61°80°
CMYK 0.610.150.00   0.20
XYZ28.840335.522361.8364
Yxy35.52230.22850.2815
Hunter Lab59.6006-17.9261-19.7938
CIE-Lab66.1533-18.1210-23.9809

#50accb color RGB value is (80,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11001011
Octal 120 254 313
Decimal 80 172 203
Hex 50 AC CB

RGB Percentages of Color #50accb

%17.58
%37.80
%44.62

CMYK Percentages of Color #50accb

%61
%15
%0
%20

Triadic Colors of #50accb

#50accb #cb50ac #accb50

Analogous Colors of #50accb

#50accb #506fcb #50cbad

Monochromatic Colors of #50accb

#50accb

Complementary Color

#50accb #cb6f50

#50accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50accb Color CSS Codes

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

#50accb Text Font Color

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

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


#50accb Background Color

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

This div background color is #50accb


#50accb Border Color

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

This div border color is #50accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50accb


Comments

No comments written yet.

Please login to write comment.