Color Hex Logo

#51adde Color Hex

#51ADDE
(81,173,222)
0 Favorites   0 Comments

Color spaces of #51adde

RGB 81173222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.220.00   0.13
XYZ31.521736.910474.5703
Yxy36.91040.22040.2581
Hunter Lab60.7539-13.7061-30.2457
CIE-Lab67.2098-12.5690-32.8266

#51adde color RGB value is (81,173,222).

#51adde hex color red value is 81, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #51adde hue: 0.56 , saturation: 0.68 and the lightness value of 51adde is 0.59.

The process color (four color CMYK) of #51adde color hex is 0.64, 0.22, 0.00, 0.13. Web safe color of #51adde is #6699cc. Color #51adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 11011110
Octal 121 255 336
Decimal 81 173 222
Hex 51 AD DE

RGB Percentages of Color #51adde

%17.02
%36.34
%46.64

CMYK Percentages of Color #51adde

%64
%22
%0
%13

Triadic Colors of #51adde

#51adde #de51ad #adde51

Analogous Colors of #51adde

#51adde #5167de #51dec9

Monochromatic Colors of #51adde

#51adde

Complementary Color

#51adde #de8251

#51adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adde Color CSS Codes

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

#51adde Text Font Color

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

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


#51adde Background Color

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

This div background color is #51adde


#51adde Border Color

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

This div border color is #51adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adde


Comments

No comments written yet.

Please login to write comment.