Color Hex Logo

#51edbf Color Hex

#51EDBF
(81,237,191)
0 Favorites   0 Comments

Color spaces of #51edbf

RGB 81237191
HSL0.450.810.62
HSV162°66°93°
CMYK 0.660.000.19   0.07
XYZ43.081566.079359.7742
Yxy66.07930.25500.3912
Hunter Lab81.2892-47.654913.3048
CIE-Lab85.0369-51.424510.4389

#51edbf color RGB value is (81,237,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101101 10111111
Octal 121 355 277
Decimal 81 237 191
Hex 51 ED BF

RGB Percentages of Color #51edbf

%15.91
%46.56
%37.52

CMYK Percentages of Color #51edbf

%66
%0
%19
%7

Triadic Colors of #51edbf

#51edbf #bf51ed #edbf51

Analogous Colors of #51edbf

#51edbf #51cded #51ed71

Monochromatic Colors of #51edbf

#51edbf

Complementary Color

#51edbf #ed517f

#51edbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51edbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51edbf Color CSS Codes

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

#51edbf Text Font Color

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

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


#51edbf Background Color

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

This div background color is #51edbf


#51edbf Border Color

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

This div border color is #51edbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51edbf


Comments

No comments written yet.

Please login to write comment.