Color Hex Logo

#51cffb Color Hex

#51CFFB
(81,207,251)
0 Favorites   0 Comments

Color spaces of #51cffb

RGB 81207251
HSL0.540.960.65
HSV196°68°98°
CMYK 0.680.180.00   0.02
XYZ43.118753.340099.2898
Yxy53.34000.22030.2725
Hunter Lab73.0342-22.4253-29.4806
CIE-Lab78.0753-21.3073-31.7460

#51cffb color RGB value is (81,207,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 11111011
Octal 121 317 373
Decimal 81 207 251
Hex 51 CF FB

RGB Percentages of Color #51cffb

%15.03
%38.40
%46.57

CMYK Percentages of Color #51cffb

%68
%18
%0
%2

Triadic Colors of #51cffb

#51cffb #fb51cf #cffb51

Analogous Colors of #51cffb

#51cffb #517afb #51fbd2

Monochromatic Colors of #51cffb

#51cffb

Complementary Color

#51cffb #fb7d51

#51cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cffb Color CSS Codes

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

#51cffb Text Font Color

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

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


#51cffb Background Color

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

This div background color is #51cffb


#51cffb Border Color

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

This div border color is #51cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cffb

Related Colors


Comments

No comments written yet.

Please login to write comment.