Color Hex Logo

#51acba Color Hex

#51ACBA
(81,172,186)
0 Favorites   0 Comments

Color spaces of #51acba

RGB 81172186
HSL0.520.430.52
HSV188°56°73°
CMYK 0.560.080.00   0.27
XYZ27.008834.799551.7478
Yxy34.79950.23780.3065
Hunter Lab58.9911-21.5090-10.7162
CIE-Lab65.5923-22.9712-15.4013

#51acba color RGB value is (81,172,186).

#51acba hex color red value is 81, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #51acba hue: 0.52 , saturation: 0.43 and the lightness value of 51acba is 0.52.

The process color (four color CMYK) of #51acba color hex is 0.56, 0.08, 0.00, 0.27. Web safe color of #51acba is #6699cc. Color #51acba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101100 10111010
Octal 121 254 272
Decimal 81 172 186
Hex 51 AC BA

RGB Percentages of Color #51acba

%18.45
%39.18
%42.37

CMYK Percentages of Color #51acba

%56
%8
%0
%27

Triadic Colors of #51acba

#51acba #ba51ac #acba51

Analogous Colors of #51acba

#51acba #5178ba #51ba94

Monochromatic Colors of #51acba

#51acba

Complementary Color

#51acba #ba5f51

#51acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#51acba Color CSS Codes

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

#51acba Text Font Color

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

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


#51acba Background Color

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

This div background color is #51acba


#51acba Border Color

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

This div border color is #51acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51acba


Comments

No comments written yet.

Please login to write comment.