Color Hex Logo

#51edce Color Hex

#51EDCE
(81,237,206)
0 Favorites   0 Comments

Color spaces of #51edce

RGB 81237206
HSL0.470.810.62
HSV168°66°93°
CMYK 0.660.000.13   0.07
XYZ44.818166.773968.9190
Yxy66.77390.24830.3699
Hunter Lab81.7153-45.10057.1953
CIE-Lab85.3896-47.85223.0889

#51edce color RGB value is (81,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101101 11001110
Octal 121 355 316
Decimal 81 237 206
Hex 51 ED CE

RGB Percentages of Color #51edce

%15.46
%45.23
%39.31

CMYK Percentages of Color #51edce

%66
%0
%13
%7

Triadic Colors of #51edce

#51edce #ce51ed #edce51

Analogous Colors of #51edce

#51edce #51beed #51ed80

Monochromatic Colors of #51edce

#51edce

Complementary Color

#51edce #ed5170

#51edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#51edce Color CSS Codes

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

#51edce Text Font Color

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

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


#51edce Background Color

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

This div background color is #51edce


#51edce Border Color

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

This div border color is #51edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51edce


Comments

No comments written yet.

Please login to write comment.