Color Hex Logo

#51faef Color Hex

#51FAEF
(81,250,239)
0 Favorites   0 Comments

Color spaces of #51faef

RGB 81250239
HSL0.490.940.65
HSV176°68°98°
CMYK 0.680.000.04   0.02
XYZ53.158976.352593.5971
Yxy76.35250.23830.3422
Hunter Lab87.3799-44.3217-2.3426
CIE-Lab90.0228-45.0402-7.3672

#51faef color RGB value is (81,250,239).

#51faef hex color red value is 81, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #51faef hue: 0.49 , saturation: 0.94 and the lightness value of 51faef is 0.65.

The process color (four color CMYK) of #51faef color hex is 0.68, 0.00, 0.04, 0.02. Web safe color of #51faef is #66ffff. Color #51faef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111010 11101111
Octal 121 372 357
Decimal 81 250 239
Hex 51 FA EF

RGB Percentages of Color #51faef

%14.21
%43.86
%41.93

CMYK Percentages of Color #51faef

%68
%0
%4
%2

Triadic Colors of #51faef

#51faef #ef51fa #faef51

Analogous Colors of #51faef

#51faef #51b1fa #51fa9b

Monochromatic Colors of #51faef

#51faef

Complementary Color

#51faef #fa515c

#51faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#51faef Color CSS Codes

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

#51faef Text Font Color

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

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


#51faef Background Color

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

This div background color is #51faef


#51faef Border Color

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

This div border color is #51faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51faef


Comments

No comments written yet.

Please login to write comment.