Color Hex Logo

#51aaef Color Hex

#51AAEF
(81,170,239)
0 Favorites   0 Comments

Color spaces of #51aaef

RGB 81170239
HSL0.570.830.63
HSV206°66°94°
CMYK 0.660.290.00   0.06
XYZ33.348136.730886.9935
Yxy36.73080.21230.2338
Hunter Lab60.6059-7.8417-42.6804
CIE-Lab67.0746-5.4271-42.3513

#51aaef color RGB value is (81,170,239).

#51aaef hex color red value is 81, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #51aaef hue: 0.57 , saturation: 0.83 and the lightness value of 51aaef is 0.63.

The process color (four color CMYK) of #51aaef color hex is 0.66, 0.29, 0.00, 0.06. Web safe color of #51aaef is #6699ff. Color #51aaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 11101111
Octal 121 252 357
Decimal 81 170 239
Hex 51 AA EF

RGB Percentages of Color #51aaef

%16.53
%34.69
%48.78

CMYK Percentages of Color #51aaef

%66
%29
%0
%6

Triadic Colors of #51aaef

#51aaef #ef51aa #aaef51

Analogous Colors of #51aaef

#51aaef #515bef #51efe5

Monochromatic Colors of #51aaef

#51aaef

Complementary Color

#51aaef #ef9651

#51aaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aaef Color CSS Codes

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

#51aaef Text Font Color

<p style="color:#51aaef">Text here</p>

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


#51aaef Background Color

<div style="background-color:#51aaef">
Div content here</div>

This div background color is #51aaef


#51aaef Border Color

<div style="border:3px solid #51aaef">
Div here</div>

This div border color is #51aaef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,170,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51aaef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51aaef;
  -webkit-box-shadow: 1px 1px 3px 2px #51aaef;
  box-shadow:         1px 1px 3px 2px #51aaef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aaef


Comments

No comments written yet.

Please login to write comment.