Color Hex Logo

#51aeec Color Hex

#51AEEC
(81,174,236)
0 Favorites   0 Comments

Color spaces of #51aeec

RGB 81174236
HSL0.570.800.62
HSV204°66°93°
CMYK 0.660.260.00   0.07
XYZ33.669738.077684.9320
Yxy38.07760.21490.2430
Hunter Lab61.7070-10.5910-38.4103
CIE-Lab68.0778-8.6212-39.1440

#51aeec color RGB value is (81,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101110 11101100
Octal 121 256 354
Decimal 81 174 236
Hex 51 AE EC

RGB Percentages of Color #51aeec

%16.50
%35.44
%48.07

CMYK Percentages of Color #51aeec

%66
%26
%0
%7

Triadic Colors of #51aeec

#51aeec #ec51ae #aeec51

Analogous Colors of #51aeec

#51aeec #5160ec #51ecdd

Monochromatic Colors of #51aeec

#51aeec

Complementary Color

#51aeec #ec8f51

#51aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aeec Color CSS Codes

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

#51aeec Text Font Color

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

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


#51aeec Background Color

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

This div background color is #51aeec


#51aeec Border Color

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

This div border color is #51aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aeec


Comments

No comments written yet.

Please login to write comment.