Color Hex Logo

#51febd Color Hex

#51FEBD
(81,254,189)
0 Favorites   0 Comments

Color spaces of #51febd

RGB 81254189
HSL0.440.990.66
HSV157°68°100°
CMYK 0.680.000.26   0.00
XYZ48.020576.307160.3419
Yxy76.30710.26000.4132
Hunter Lab87.3539-54.743820.1917
CIE-Lab90.0017-58.675118.4823

#51febd color RGB value is (81,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111110 10111101
Octal 121 376 275
Decimal 81 254 189
Hex 51 FE BD

RGB Percentages of Color #51febd

%15.46
%48.47
%36.07

CMYK Percentages of Color #51febd

%68
%0
%26
%0

Triadic Colors of #51febd

#51febd #bd51fe #febd51

Analogous Colors of #51febd

#51febd #51e9fe #51fe67

Monochromatic Colors of #51febd

#51febd

Complementary Color

#51febd #fe5192

#51febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51febd Color CSS Codes

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

#51febd Text Font Color

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

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


#51febd Background Color

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

This div background color is #51febd


#51febd Border Color

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

This div border color is #51febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51febd


Comments

No comments written yet.

Please login to write comment.