Color Hex Logo

#51abed Color Hex

#51ABED
(81,171,237)
0 Favorites   0 Comments

Color spaces of #51abed

RGB 81171237
HSL0.570.810.62
HSV205°66°93°
CMYK 0.660.280.00   0.07
XYZ33.242336.989685.5084
Yxy36.98960.21340.2375
Hunter Lab60.8191-8.8694-40.7852
CIE-Lab67.2692-6.6394-40.9535

#51abed color RGB value is (81,171,237).

#51abed hex color red value is 81, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #51abed hue: 0.57 , saturation: 0.81 and the lightness value of 51abed is 0.62.

The process color (four color CMYK) of #51abed color hex is 0.66, 0.28, 0.00, 0.07. Web safe color of #51abed is #6699ff. Color #51abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101011 11101101
Octal 121 253 355
Decimal 81 171 237
Hex 51 AB ED

RGB Percentages of Color #51abed

%16.56
%34.97
%48.47

CMYK Percentages of Color #51abed

%66
%28
%0
%7

Triadic Colors of #51abed

#51abed #ed51ab #abed51

Analogous Colors of #51abed

#51abed #515ded #51ede1

Monochromatic Colors of #51abed

#51abed

Complementary Color

#51abed #ed9351

#51abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#51abed Color CSS Codes

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

#51abed Text Font Color

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

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


#51abed Background Color

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

This div background color is #51abed


#51abed Border Color

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

This div border color is #51abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51abed


Comments

No comments written yet.

Please login to write comment.