Color Hex Logo

#51aace Color Hex

#51AACE
(81,170,206)
0 Favorites   0 Comments

Color spaces of #51aace

RGB 81170206
HSL0.550.560.56
HSV197°61°81°
CMYK 0.610.170.00   0.19
XYZ28.908634.955063.6159
Yxy34.95500.22680.2742
Hunter Lab59.1228-16.1856-22.4099
CIE-Lab65.7136-15.9608-26.3128

#51aace color RGB value is (81,170,206).

#51aace hex color red value is 81, green value is 170 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #51aace hue: 0.55 , saturation: 0.56 and the lightness value of 51aace is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 11001110
Octal 121 252 316
Decimal 81 170 206
Hex 51 AA CE

RGB Percentages of Color #51aace

%17.72
%37.20
%45.08

CMYK Percentages of Color #51aace

%61
%17
%0
%19

Triadic Colors of #51aace

#51aace #ce51aa #aace51

Analogous Colors of #51aace

#51aace #516cce #51ceb4

Monochromatic Colors of #51aace

#51aace

Complementary Color

#51aace #ce7551

#51aace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aace Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aace Color CSS Codes

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

#51aace Text Font Color

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

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


#51aace Background Color

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

This div background color is #51aace


#51aace Border Color

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

This div border color is #51aace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aace


Comments

No comments written yet.

Please login to write comment.