Color Hex Logo

#51ffcf Color Hex

#51FFCF
(81,255,207)
0 Favorites   0 Comments

Color spaces of #51ffcf

RGB 81255207
HSL0.451.000.66
HSV163°68°100°
CMYK 0.680.000.19   0.00
XYZ50.415877.774371.3862
Yxy77.77430.25260.3897
Hunter Lab88.1897-52.288213.7398
CIE-Lab90.6768-55.070810.1796

#51ffcf color RGB value is (81,255,207).

#51ffcf hex color red value is 81, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #51ffcf hue: 0.45 , saturation: 1.00 and the lightness value of 51ffcf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111111 11001111
Octal 121 377 317
Decimal 81 255 207
Hex 51 FF CF

RGB Percentages of Color #51ffcf

%14.92
%46.96
%38.12

CMYK Percentages of Color #51ffcf

%68
%0
%19
%0

Triadic Colors of #51ffcf

#51ffcf #cf51ff #ffcf51

Analogous Colors of #51ffcf

#51ffcf #51d8ff #51ff78

Monochromatic Colors of #51ffcf

#51ffcf

Complementary Color

#51ffcf #ff5181

#51ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ffcf Color CSS Codes

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

#51ffcf Text Font Color

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

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


#51ffcf Background Color

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

This div background color is #51ffcf


#51ffcf Border Color

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

This div border color is #51ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.