Color Hex Logo

#51aedb Color Hex

#51AEDB
(81,174,219)
0 Favorites   0 Comments

Color spaces of #51aedb

RGB 81174219
HSL0.550.660.59
HSV200°63°86°
CMYK 0.630.210.00   0.14
XYZ31.315637.135972.5353
Yxy37.13590.22210.2634
Hunter Lab60.9392-14.9156-27.9148
CIE-Lab67.3789-14.0539-30.9166

#51aedb color RGB value is (81,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 11011011
Octal 121 256 333
Decimal 81 174 219
Hex 51 AE DB

RGB Percentages of Color #51aedb

%17.09
%36.71
%46.20

CMYK Percentages of Color #51aedb

%63
%21
%0
%14

Triadic Colors of #51aedb

#51aedb #db51ae #aedb51

Analogous Colors of #51aedb

#51aedb #5169db #51dbc3

Monochromatic Colors of #51aedb

#51aedb

Complementary Color

#51aedb #db7e51

#51aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aedb Color CSS Codes

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

#51aedb Text Font Color

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

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


#51aedb Background Color

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

This div background color is #51aedb


#51aedb Border Color

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

This div border color is #51aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aedb


Comments

No comments written yet.

Please login to write comment.