Color Hex Logo

#51aebc Color Hex

#51AEBC
(81,174,188)
0 Favorites   0 Comments

Color spaces of #51aebc

RGB 81174188
HSL0.520.440.53
HSV188°57°74°
CMYK 0.570.070.00   0.26
XYZ27.606535.652353.0035
Yxy35.65230.23750.3067
Hunter Lab59.7095-21.9629-10.8344
CIE-Lab66.2534-23.4137-15.5138

#51aebc color RGB value is (81,174,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 10111100
Octal 121 256 274
Decimal 81 174 188
Hex 51 AE BC

RGB Percentages of Color #51aebc

%18.28
%39.28
%42.44

CMYK Percentages of Color #51aebc

%57
%7
%0
%26

Triadic Colors of #51aebc

#51aebc #bc51ae #aebc51

Analogous Colors of #51aebc

#51aebc #5179bc #51bc95

Monochromatic Colors of #51aebc

#51aebc

Complementary Color

#51aebc #bc5f51

#51aebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aebc Color CSS Codes

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

#51aebc Text Font Color

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

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


#51aebc Background Color

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

This div background color is #51aebc


#51aebc Border Color

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

This div border color is #51aebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aebc


Comments

No comments written yet.

Please login to write comment.