Color Hex Logo

#50aecf Color Hex

#50AECF
(80,174,207)
0 Favorites   0 Comments

Color spaces of #50aecf

RGB 80174207
HSL0.540.570.56
HSV196°61°81°
CMYK 0.610.160.00   0.19
XYZ29.706836.482664.5076
Yxy36.48260.22730.2791
Hunter Lab60.4008-17.9102-21.0407
CIE-Lab66.8870-17.9519-25.0672

#50aecf color RGB value is (80,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101110 11001111
Octal 120 256 317
Decimal 80 174 207
Hex 50 AE CF

RGB Percentages of Color #50aecf

%17.35
%37.74
%44.90

CMYK Percentages of Color #50aecf

%61
%16
%0
%19

Triadic Colors of #50aecf

#50aecf #cf50ae #aecf50

Analogous Colors of #50aecf

#50aecf #506fcf #50cfb1

Monochromatic Colors of #50aecf

#50aecf

Complementary Color

#50aecf #cf7150

#50aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aecf Color CSS Codes

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

#50aecf Text Font Color

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

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


#50aecf Background Color

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

This div background color is #50aecf


#50aecf Border Color

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

This div border color is #50aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aecf


Comments

No comments written yet.

Please login to write comment.