Color Hex Logo

#50aabb Color Hex

#50AABB
(80,170,187)
0 Favorites   0 Comments

Color spaces of #50aabb

RGB 80170187
HSL0.530.440.52
HSV190°57°73°
CMYK 0.570.090.00   0.27
XYZ26.652634.042852.1799
Yxy34.04280.23610.3016
Hunter Lab58.3462-20.5669-12.1816
CIE-Lab64.9965-21.8548-16.8616

#50aabb color RGB value is (80,170,187).

#50aabb hex color red value is 80, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #50aabb hue: 0.53 , saturation: 0.44 and the lightness value of 50aabb is 0.52.

The process color (four color CMYK) of #50aabb color hex is 0.57, 0.09, 0.00, 0.27. Web safe color of #50aabb is #6699cc. Color #50aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10101010 10111011
Octal 120 252 273
Decimal 80 170 187
Hex 50 AA BB

RGB Percentages of Color #50aabb

%18.31
%38.90
%42.79

CMYK Percentages of Color #50aabb

%57
%9
%0
%27

Triadic Colors of #50aabb

#50aabb #bb50aa #aabb50

Analogous Colors of #50aabb

#50aabb #5075bb #50bb97

Monochromatic Colors of #50aabb

#50aabb

Complementary Color

#50aabb #bb6150

#50aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#50aabb Color CSS Codes

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

#50aabb Text Font Color

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

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


#50aabb Background Color

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

This div background color is #50aabb


#50aabb Border Color

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

This div border color is #50aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50aabb


Comments

No comments written yet.

Please login to write comment.