Color Hex Logo

#51adbf Color Hex

#51ADBF
(81,173,191)
0 Favorites   0 Comments

Color spaces of #51adbf

RGB 81173191
HSL0.530.460.53
HSV190°58°75°
CMYK 0.580.090.00   0.25
XYZ27.740935.398154.6606
Yxy35.39810.23550.3005
Hunter Lab59.4963-20.8907-12.8237
CIE-Lab66.0574-22.0326-17.4744

#51adbf color RGB value is (81,173,191).

#51adbf hex color red value is 81, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #51adbf hue: 0.53 , saturation: 0.46 and the lightness value of 51adbf is 0.53.

The process color (four color CMYK) of #51adbf color hex is 0.58, 0.09, 0.00, 0.25. Web safe color of #51adbf is #6699cc. Color #51adbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 10111111
Octal 121 255 277
Decimal 81 173 191
Hex 51 AD BF

RGB Percentages of Color #51adbf

%18.20
%38.88
%42.92

CMYK Percentages of Color #51adbf

%58
%9
%0
%25

Triadic Colors of #51adbf

#51adbf #bf51ad #adbf51

Analogous Colors of #51adbf

#51adbf #5176bf #51bf9a

Monochromatic Colors of #51adbf

#51adbf

Complementary Color

#51adbf #bf6351

#51adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adbf Color CSS Codes

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

#51adbf Text Font Color

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

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


#51adbf Background Color

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

This div background color is #51adbf


#51adbf Border Color

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

This div border color is #51adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adbf


Comments

No comments written yet.

Please login to write comment.