Color Hex Logo

#51acea Color Hex

#51ACEA
(81,172,234)
0 Favorites   0 Comments

Color spaces of #51acea

RGB 81172234
HSL0.570.780.62
HSV204°65°92°
CMYK 0.650.260.00   0.08
XYZ32.997137.194983.2821
Yxy37.19490.21500.2424
Hunter Lab60.9876-10.1517-38.2726
CIE-Lab67.4230-8.1705-39.0729

#51acea color RGB value is (81,172,234).

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

The process color (four color CMYK) of #51acea color hex is 0.65, 0.26, 0.00, 0.08. Web safe color of #51acea is #6699ff. Color #51acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101100 11101010
Octal 121 254 352
Decimal 81 172 234
Hex 51 AC EA

RGB Percentages of Color #51acea

%16.63
%35.32
%48.05

CMYK Percentages of Color #51acea

%65
%26
%0
%8

Triadic Colors of #51acea

#51acea #ea51ac #acea51

Analogous Colors of #51acea

#51acea #5160ea #51eadc

Monochromatic Colors of #51acea

#51acea

Complementary Color

#51acea #ea8f51

#51acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#51acea Color CSS Codes

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

#51acea Text Font Color

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

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


#51acea Background Color

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

This div background color is #51acea


#51acea Border Color

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

This div border color is #51acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51acea


Comments

No comments written yet.

Please login to write comment.