Color Hex Logo

#51ddde Color Hex

#51DDDE
(81,221,222)
0 Favorites   0 Comments

Color spaces of #51ddde

RGB 81221222
HSL0.500.680.59
HSV180°64°87°
CMYK 0.640.000.00   0.13
XYZ42.434658.736278.2079
Yxy58.73620.23660.3274
Hunter Lab76.6395-35.2854-6.8556
CIE-Lab81.1464-36.5873-11.6191

#51ddde color RGB value is (81,221,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 11011110
Octal 121 335 336
Decimal 81 221 222
Hex 51 DD DE

RGB Percentages of Color #51ddde

%15.46
%42.18
%42.37

CMYK Percentages of Color #51ddde

%64
%0
%0
%13

Triadic Colors of #51ddde

#51ddde #de51dd #ddde51

Analogous Colors of #51ddde

#51ddde #5197de #51de99

Monochromatic Colors of #51ddde

#51ddde

Complementary Color

#51ddde #de5251

#51ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddde Color CSS Codes

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

#51ddde Text Font Color

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

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


#51ddde Background Color

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

This div background color is #51ddde


#51ddde Border Color

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

This div border color is #51ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddde


Comments

No comments written yet.

Please login to write comment.