Color Hex Logo

#50acea Color Hex

#50ACEA
(80,172,234)
0 Favorites   0 Comments

Color spaces of #50acea

RGB 80172234
HSL0.570.790.62
HSV204°66°92°
CMYK 0.660.260.00   0.08
XYZ32.912137.151083.2781
Yxy37.15100.21460.2423
Hunter Lab60.9516-10.2805-38.3417
CIE-Lab67.3902-8.3310-39.1266

#50acea color RGB value is (80,172,234).

#50acea hex color red value is 80, green value is 172 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #50acea hue: 0.57 , saturation: 0.79 and the lightness value of 50acea is 0.62.

The process color (four color CMYK) of #50acea color hex is 0.66, 0.26, 0.00, 0.08. Web safe color of #50acea is #6699ff. Color #50acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101100 11101010
Octal 120 254 352
Decimal 80 172 234
Hex 50 AC EA

RGB Percentages of Color #50acea

%16.46
%35.39
%48.15

CMYK Percentages of Color #50acea

%66
%26
%0
%8

Triadic Colors of #50acea

#50acea #ea50ac #acea50

Analogous Colors of #50acea

#50acea #505fea #50eadb

Monochromatic Colors of #50acea

#50acea

Complementary Color

#50acea #ea8e50

#50acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#50acea Color CSS Codes

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

#50acea Text Font Color

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

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


#50acea Background Color

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

This div background color is #50acea


#50acea Border Color

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

This div border color is #50acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50acea


Comments

No comments written yet.

Please login to write comment.