Color Hex Logo

#51eddd Color Hex

#51EDDD
(81,237,221)
0 Favorites   0 Comments

Color spaces of #51eddd

RGB 81237221
HSL0.480.810.62
HSV174°66°93°
CMYK 0.660.000.07   0.07
XYZ46.728767.538278.9799
Yxy67.53820.24180.3495
Hunter Lab82.1816-42.32230.5470
CIE-Lab85.7750-44.0599-4.2262

#51eddd color RGB value is (81,237,221).

#51eddd hex color red value is 81, green value is 237 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #51eddd hue: 0.48 , saturation: 0.81 and the lightness value of 51eddd is 0.62.

The process color (four color CMYK) of #51eddd color hex is 0.66, 0.00, 0.07, 0.07. Web safe color of #51eddd is #66ffcc. Color #51eddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101101 11011101
Octal 121 355 335
Decimal 81 237 221
Hex 51 ED DD

RGB Percentages of Color #51eddd

%15.03
%43.97
%41.00

CMYK Percentages of Color #51eddd

%66
%0
%7
%7

Triadic Colors of #51eddd

#51eddd #dd51ed #eddd51

Analogous Colors of #51eddd

#51eddd #51afed #51ed8f

Monochromatic Colors of #51eddd

#51eddd

Complementary Color

#51eddd #ed5161

#51eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51eddd Color CSS Codes

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

#51eddd Text Font Color

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

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


#51eddd Background Color

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

This div background color is #51eddd


#51eddd Border Color

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

This div border color is #51eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51eddd


Comments

No comments written yet.

Please login to write comment.