Color Hex Logo

#51effb Color Hex

#51EFFB
(81,239,251)
0 Favorites   0 Comments

Color spaces of #51effb

RGB 81239251
HSL0.510.960.65
HSV184°68°98°
CMYK 0.680.050.00   0.02
XYZ51.672470.4474102.1411
Yxy70.44740.23040.3141
Hunter Lab83.9329-36.9911-13.3991
CIE-Lab87.2158-36.8176-17.8255

#51effb color RGB value is (81,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101111 11111011
Octal 121 357 373
Decimal 81 239 251
Hex 51 EF FB

RGB Percentages of Color #51effb

%14.19
%41.86
%43.96

CMYK Percentages of Color #51effb

%68
%5
%0
%2

Triadic Colors of #51effb

#51effb #fb51ef #effb51

Analogous Colors of #51effb

#51effb #519afb #51fbb2

Monochromatic Colors of #51effb

#51effb

Complementary Color

#51effb #fb5d51

#51effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51effb Color CSS Codes

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

#51effb Text Font Color

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

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


#51effb Background Color

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

This div background color is #51effb


#51effb Border Color

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

This div border color is #51effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51effb

Related Colors


Comments

No comments written yet.

Please login to write comment.