color codes Logo

#51aae4 color codes

#51AAE4
(81,170,228)
0 Favorites   0 Comments

Color spaces of #51aae4

RGB 81170228
HSL0.570.730.61
HSV204°64°89°
CMYK 0.640.250.00   0.11
XYZ31.771736.100278.6923
Yxy36.10020.21680.2463
Hunter Lab60.0834-10.7565-35.5947
CIE-Lab66.5964-9.0127-37.0743

#51aae4 color RGB value is (81,170,228).

#51aae4 hex color red value is 81, green value is 170 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #51aae4 hue: 0.57 , saturation: 0.73 and the lightness value of 51aae4 is 0.61.

The process color (four color CMYK) of #51aae4 color code is 0.64, 0.25, 0.00, 0.11. Web safe color of #51aae4 is #6699cc. Color #51aae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101010 11100100
Octal 121 252 344
Decimal 81 170 228
Hex 51 AA E4

RGB Percentages of Color #51aae4

%16.91
%35.49
%47.60

CMYK Percentages of Color #51aae4

%64
%25
%0
%11

Triadic Colors of #51aae4

#51aae4 #e451aa #aae451

Analogous Colors of #51aae4

#51aae4 #5160e4 #51e4d5

Monochromatic Colors of #51aae4

#51aae4

Complementary Color

#51aae4 #e48b51

#51aae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51aae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51aae4 Color CSS Codes

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

#51aae4 Text Font Color

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

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


#51aae4 Background Color

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

This div background color is #51aae4


#51aae4 Border Color

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

This div border color is #51aae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51aae4


Comments

No comments written yet.

Please login to write comment.