Color Hex Logo

#51aced Color Hex

#51ACED
(81,172,237)
0 Favorites   0 Comments

Color spaces of #51aced

RGB 81172237
HSL0.570.810.62
HSV205°66°93°
CMYK 0.660.270.00   0.07
XYZ33.431937.368885.5716
Yxy37.36880.21380.2390
Hunter Lab61.1300-9.3562-40.2049
CIE-Lab67.5528-7.1933-40.5101

#51aced color RGB value is (81,172,237).

#51aced hex color red value is 81, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #51aced hue: 0.57 , saturation: 0.81 and the lightness value of 51aced is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101100 11101101
Octal 121 254 355
Decimal 81 172 237
Hex 51 AC ED

RGB Percentages of Color #51aced

%16.53
%35.10
%48.37

CMYK Percentages of Color #51aced

%66
%27
%0
%7

Triadic Colors of #51aced

#51aced #ed51ac #aced51

Analogous Colors of #51aced

#51aced #515eed #51ede0

Monochromatic Colors of #51aced

#51aced

Complementary Color

#51aced #ed9251

#51aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aced Color CSS Codes

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

#51aced Text Font Color

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

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


#51aced Background Color

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

This div background color is #51aced


#51aced Border Color

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

This div border color is #51aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aced


Comments

No comments written yet.

Please login to write comment.