Color Hex Logo

#51fcdb Color Hex

#51FCDB
(81,252,219)
0 Favorites   0 Comments

Color spaces of #51fcdb

RGB 81252219
HSL0.470.970.65
HSV168°68°99°
CMYK 0.680.000.13   0.01
XYZ50.989976.484679.0934
Yxy76.48460.24680.3703
Hunter Lab87.4555-48.97477.5979
CIE-Lab90.0839-50.98443.1169

#51fcdb color RGB value is (81,252,219).

#51fcdb hex color red value is 81, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #51fcdb hue: 0.47 , saturation: 0.97 and the lightness value of 51fcdb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111100 11011011
Octal 121 374 333
Decimal 81 252 219
Hex 51 FC DB

RGB Percentages of Color #51fcdb

%14.67
%45.65
%39.67

CMYK Percentages of Color #51fcdb

%68
%0
%13
%1

Triadic Colors of #51fcdb

#51fcdb #db51fc #fcdb51

Analogous Colors of #51fcdb

#51fcdb #51c8fc #51fc86

Monochromatic Colors of #51fcdb

#51fcdb

Complementary Color

#51fcdb #fc5172

#51fcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51fcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51fcdb Color CSS Codes

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

#51fcdb Text Font Color

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

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


#51fcdb Background Color

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

This div background color is #51fcdb


#51fcdb Border Color

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

This div border color is #51fcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51fcdb


Comments

No comments written yet.

Please login to write comment.