Color Hex Logo

#51afdd Color Hex

#51AFDD
(81,175,221)
0 Favorites   0 Comments

Color spaces of #51afdd

RGB 81175221
HSL0.550.670.59
HSV200°63°87°
CMYK 0.630.210.00   0.13
XYZ31.774537.629773.9952
Yxy37.62970.22160.2624
Hunter Lab61.3431-14.8908-28.5786
CIE-Lab67.7468-13.9611-31.4463

#51afdd color RGB value is (81,175,221).

#51afdd hex color red value is 81, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #51afdd hue: 0.55 , saturation: 0.67 and the lightness value of 51afdd is 0.59.

The process color (four color CMYK) of #51afdd color hex is 0.63, 0.21, 0.00, 0.13. Web safe color of #51afdd is #6699cc. Color #51afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10101111 11011101
Octal 121 257 335
Decimal 81 175 221
Hex 51 AF DD

RGB Percentages of Color #51afdd

%16.98
%36.69
%46.33

CMYK Percentages of Color #51afdd

%63
%21
%0
%13

Triadic Colors of #51afdd

#51afdd #dd51af #afdd51

Analogous Colors of #51afdd

#51afdd #5169dd #51ddc5

Monochromatic Colors of #51afdd

#51afdd

Complementary Color

#51afdd #dd7f51

#51afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51afdd Color CSS Codes

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

#51afdd Text Font Color

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

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


#51afdd Background Color

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

This div background color is #51afdd


#51afdd Border Color

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

This div border color is #51afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51afdd


Comments

No comments written yet.

Please login to write comment.