Color Hex Logo

#50acdf Color Hex

#50ACDF
(80,172,223)
0 Favorites   0 Comments

Color spaces of #50acdf

RGB 80172223
HSL0.560.690.59
HSV201°64°87°
CMYK 0.640.230.00   0.13
XYZ31.380136.538275.2107
Yxy36.53820.21920.2553
Hunter Lab60.4468-13.1163-31.4585
CIE-Lab66.9291-11.8784-33.8137

#50acdf color RGB value is (80,172,223).

#50acdf hex color red value is 80, green value is 172 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #50acdf hue: 0.56 , saturation: 0.69 and the lightness value of 50acdf is 0.59.

The process color (four color CMYK) of #50acdf color hex is 0.64, 0.23, 0.00, 0.13. Web safe color of #50acdf is #6699cc. Color #50acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11011111
Octal 120 254 337
Decimal 80 172 223
Hex 50 AC DF

RGB Percentages of Color #50acdf

%16.84
%36.21
%46.95

CMYK Percentages of Color #50acdf

%64
%23
%0
%13

Triadic Colors of #50acdf

#50acdf #df50ac #acdf50

Analogous Colors of #50acdf

#50acdf #5065df #50dfcb

Monochromatic Colors of #50acdf

#50acdf

Complementary Color

#50acdf #df8350

#50acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acdf Color CSS Codes

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

#50acdf Text Font Color

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

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


#50acdf Background Color

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

This div background color is #50acdf


#50acdf Border Color

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

This div border color is #50acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acdf


Comments

No comments written yet.

Please login to write comment.