Color Hex Logo

#51dadf Color Hex

#51DADF
(81,218,223)
0 Favorites   0 Comments

Color spaces of #51dadf

RGB 81218223
HSL0.510.690.60
HSV182°64°87°
CMYK 0.640.020.00   0.13
XYZ41.784057.219978.6543
Yxy57.21990.23520.3221
Hunter Lab75.6438-33.7772-8.6989
CIE-Lab80.3031-34.9156-13.4132

#51dadf color RGB value is (81,218,223).

#51dadf hex color red value is 81, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #51dadf hue: 0.51 , saturation: 0.69 and the lightness value of 51dadf is 0.60.

The process color (four color CMYK) of #51dadf color hex is 0.64, 0.02, 0.00, 0.13. Web safe color of #51dadf is #66cccc. Color #51dadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11011111
Octal 121 332 337
Decimal 81 218 223
Hex 51 DA DF

RGB Percentages of Color #51dadf

%15.52
%41.76
%42.72

CMYK Percentages of Color #51dadf

%64
%2
%0
%13

Triadic Colors of #51dadf

#51dadf #df51da #dadf51

Analogous Colors of #51dadf

#51dadf #5193df #51df9d

Monochromatic Colors of #51dadf

#51dadf

Complementary Color

#51dadf #df5651

#51dadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dadf Color CSS Codes

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

#51dadf Text Font Color

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

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


#51dadf Background Color

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

This div background color is #51dadf


#51dadf Border Color

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

This div border color is #51dadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dadf


Comments

No comments written yet.

Please login to write comment.