Color Hex Logo

#51aebe Color Hex

#51AEBE
(81,174,190)
0 Favorites   0 Comments

Color spaces of #51aebe

RGB 81174190
HSL0.520.460.53
HSV189°57°75°
CMYK 0.570.080.00   0.25
XYZ27.823735.739154.1471
Yxy35.73910.23640.3036
Hunter Lab59.7822-21.5417-11.8538
CIE-Lab66.3201-22.8351-16.5223

#51aebe color RGB value is (81,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 10111110
Octal 121 256 276
Decimal 81 174 190
Hex 51 AE BE

RGB Percentages of Color #51aebe

%18.20
%39.10
%42.70

CMYK Percentages of Color #51aebe

%57
%8
%0
%25

Triadic Colors of #51aebe

#51aebe #be51ae #aebe51

Analogous Colors of #51aebe

#51aebe #5178be #51be98

Monochromatic Colors of #51aebe

#51aebe

Complementary Color

#51aebe #be6151

#51aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aebe Color CSS Codes

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

#51aebe Text Font Color

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

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


#51aebe Background Color

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

This div background color is #51aebe


#51aebe Border Color

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

This div border color is #51aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aebe


Comments

No comments written yet.

Please login to write comment.