Color Hex Logo

#51dcdd Color Hex

#51DCDD
(81,220,221)
0 Favorites   0 Comments

Color spaces of #51dcdd

RGB 81220221
HSL0.500.670.59
HSV180°63°87°
CMYK 0.630.000.00   0.13
XYZ42.037758.156277.4163
Yxy58.15620.23670.3274
Hunter Lab76.2602-35.0590-6.8067
CIE-Lab80.8256-36.3996-11.5659

#51dcdd color RGB value is (81,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011100 11011101
Octal 121 334 335
Decimal 81 220 221
Hex 51 DC DD

RGB Percentages of Color #51dcdd

%15.52
%42.15
%42.34

CMYK Percentages of Color #51dcdd

%63
%0
%0
%13

Triadic Colors of #51dcdd

#51dcdd #dd51dc #dcdd51

Analogous Colors of #51dcdd

#51dcdd #5196dd #51dd98

Monochromatic Colors of #51dcdd

#51dcdd

Complementary Color

#51dcdd #dd5251

#51dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dcdd Color CSS Codes

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

#51dcdd Text Font Color

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

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


#51dcdd Background Color

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

This div background color is #51dcdd


#51dcdd Border Color

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

This div border color is #51dcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,220,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 #51dcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dcdd


Comments

No comments written yet.

Please login to write comment.