Color Hex Logo

#51aacf Color Hex

#51AACF
(81,170,207)
0 Favorites   0 Comments

Color spaces of #51aacf

RGB 81170207
HSL0.550.570.56
HSV198°61°81°
CMYK 0.610.180.00   0.19
XYZ29.030535.003864.2578
Yxy35.00380.22630.2728
Hunter Lab59.1640-15.9509-22.9798
CIE-Lab65.7516-15.6527-26.8077

#51aacf color RGB value is (81,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 11001111
Octal 121 252 317
Decimal 81 170 207
Hex 51 AA CF

RGB Percentages of Color #51aacf

%17.69
%37.12
%45.20

CMYK Percentages of Color #51aacf

%61
%18
%0
%19

Triadic Colors of #51aacf

#51aacf #cf51aa #aacf51

Analogous Colors of #51aacf

#51aacf #516bcf #51cfb5

Monochromatic Colors of #51aacf

#51aacf

Complementary Color

#51aacf #cf7651

#51aacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aacf Color CSS Codes

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

#51aacf Text Font Color

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

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


#51aacf Background Color

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

This div background color is #51aacf


#51aacf Border Color

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

This div border color is #51aacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aacf


Comments

No comments written yet.

Please login to write comment.