Color Hex Logo

#51adda Color Hex

#51ADDA
(81,173,218)
0 Favorites   0 Comments

Color spaces of #51adda

RGB 81173218
HSL0.550.650.59
HSV200°63°85°
CMYK 0.630.210.00   0.15
XYZ30.991836.698471.7797
Yxy36.69840.22220.2631
Hunter Lab60.5792-14.6945-27.8467
CIE-Lab67.0501-13.8313-30.8747

#51adda color RGB value is (81,173,218).

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

The process color (four color CMYK) of #51adda color hex is 0.63, 0.21, 0.00, 0.15. Web safe color of #51adda is #6699cc. Color #51adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101101 11011010
Octal 121 255 332
Decimal 81 173 218
Hex 51 AD DA

RGB Percentages of Color #51adda

%17.16
%36.65
%46.19

CMYK Percentages of Color #51adda

%63
%21
%0
%15

Triadic Colors of #51adda

#51adda #da51ad #adda51

Analogous Colors of #51adda

#51adda #5169da #51dac3

Monochromatic Colors of #51adda

#51adda

Complementary Color

#51adda #da7e51

#51adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#51adda Color CSS Codes

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

#51adda Text Font Color

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

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


#51adda Background Color

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

This div background color is #51adda


#51adda Border Color

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

This div border color is #51adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51adda


Comments

No comments written yet.

Please login to write comment.