Color Hex Logo

#51fedd Color Hex

#51FEDD
(81,254,221)
0 Favorites   0 Comments

Color spaces of #51fedd

RGB 81254221
HSL0.470.990.66
HSV169°68°100°
CMYK 0.680.000.13   0.00
XYZ51.886377.853480.6991
Yxy77.85340.24660.3700
Hunter Lab88.2346-49.44377.5377
CIE-Lab90.7130-51.32912.9930

#51fedd color RGB value is (81,254,221).

#51fedd hex color red value is 81, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #51fedd hue: 0.47 , saturation: 0.99 and the lightness value of 51fedd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111110 11011101
Octal 121 376 335
Decimal 81 254 221
Hex 51 FE DD

RGB Percentages of Color #51fedd

%14.57
%45.68
%39.75

CMYK Percentages of Color #51fedd

%68
%0
%13
%0

Triadic Colors of #51fedd

#51fedd #dd51fe #fedd51

Analogous Colors of #51fedd

#51fedd #51c9fe #51fe87

Monochromatic Colors of #51fedd

#51fedd

Complementary Color

#51fedd #fe5172

#51fedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51fedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51fedd Color CSS Codes

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

#51fedd Text Font Color

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

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


#51fedd Background Color

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

This div background color is #51fedd


#51fedd Border Color

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

This div border color is #51fedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51fedd


Comments

No comments written yet.

Please login to write comment.