Color Hex Logo

#51aeda Color Hex

#51AEDA
(81,174,218)
0 Favorites   0 Comments

Color spaces of #51aeda

RGB 81174218
HSL0.550.650.59
HSV199°63°85°
CMYK 0.630.200.00   0.15
XYZ31.184337.083471.8439
Yxy37.08340.22260.2647
Hunter Lab60.8961-15.1602-27.3217
CIE-Lab67.3396-14.3677-30.4276

#51aeda color RGB value is (81,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 11011010
Octal 121 256 332
Decimal 81 174 218
Hex 51 AE DA

RGB Percentages of Color #51aeda

%17.12
%36.79
%46.09

CMYK Percentages of Color #51aeda

%63
%20
%0
%15

Triadic Colors of #51aeda

#51aeda #da51ae #aeda51

Analogous Colors of #51aeda

#51aeda #516ada #51dac2

Monochromatic Colors of #51aeda

#51aeda

Complementary Color

#51aeda #da7d51

#51aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aeda Color CSS Codes

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

#51aeda Text Font Color

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

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


#51aeda Background Color

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

This div background color is #51aeda


#51aeda Border Color

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

This div border color is #51aeda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,174,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 #51aeda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aeda


Comments

No comments written yet.

Please login to write comment.