Color Hex Logo

#51dadc Color Hex

#51DADC
(81,218,220)
0 Favorites   0 Comments

Color spaces of #51dadc

RGB 81218220
HSL0.500.670.59
HSV181°63°86°
CMYK 0.630.010.00   0.14
XYZ41.383057.059476.5426
Yxy57.05940.23650.3261
Hunter Lab75.5377-34.4004-7.2024
CIE-Lab80.2130-35.7473-11.9480

#51dadc color RGB value is (81,218,220).

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

The process color (four color CMYK) of #51dadc color hex is 0.63, 0.01, 0.00, 0.14. Web safe color of #51dadc is #66cccc. Color #51dadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11011100
Octal 121 332 334
Decimal 81 218 220
Hex 51 DA DC

RGB Percentages of Color #51dadc

%15.61
%42.00
%42.39

CMYK Percentages of Color #51dadc

%63
%1
%0
%14

Triadic Colors of #51dadc

#51dadc #dc51da #dadc51

Analogous Colors of #51dadc

#51dadc #5195dc #51dc99

Monochromatic Colors of #51dadc

#51dadc

Complementary Color

#51dadc #dc5351

#51dadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dadc Color CSS Codes

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

#51dadc Text Font Color

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

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


#51dadc Background Color

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

This div background color is #51dadc


#51dadc Border Color

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

This div border color is #51dadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dadc


Comments

No comments written yet.

Please login to write comment.