Color Hex Logo

#50caec Color Hex

#50CAEC
(80,202,236)
0 Favorites   0 Comments

Color spaces of #50caec

RGB 80202236
HSL0.540.800.62
HSV193°66°93°
CMYK 0.660.140.00   0.07
XYZ39.569150.002786.9228
Yxy50.00270.22420.2833
Hunter Lab70.7126-23.8626-23.3829
CIE-Lab76.0709-23.5133-26.7901

#50caec color RGB value is (80,202,236).

#50caec hex color red value is 80, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #50caec hue: 0.54 , saturation: 0.80 and the lightness value of 50caec is 0.62.

The process color (four color CMYK) of #50caec color hex is 0.66, 0.14, 0.00, 0.07. Web safe color of #50caec is #66ccff. Color #50caec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11001010 11101100
Octal 120 312 354
Decimal 80 202 236
Hex 50 CA EC

RGB Percentages of Color #50caec

%15.44
%39.00
%45.56

CMYK Percentages of Color #50caec

%66
%14
%0
%7

Triadic Colors of #50caec

#50caec #ec50ca #caec50

Analogous Colors of #50caec

#50caec #507cec #50ecc0

Monochromatic Colors of #50caec

#50caec

Complementary Color

#50caec #ec7250

#50caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#50caec Color CSS Codes

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

#50caec Text Font Color

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

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


#50caec Background Color

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

This div background color is #50caec


#50caec Border Color

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

This div border color is #50caec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50caec


Comments

No comments written yet.

Please login to write comment.