Color Hex Logo

#51fdfd Color Hex

#51FDFD
(81,253,253)
0 Favorites   0 Comments

Color spaces of #51fdfd

RGB 81253253
HSL0.500.980.65
HSV180°68°99°
CMYK 0.680.000.00   0.01
XYZ56.248279.0917105.2301
Yxy79.09170.23380.3288
Hunter Lab88.9335-42.7369-7.9011
CIE-Lab91.2758-42.6107-12.7797

#51fdfd color RGB value is (81,253,253).

#51fdfd hex color red value is 81, green value is 253 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #51fdfd hue: 0.50 , saturation: 0.98 and the lightness value of 51fdfd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11111101 11111101
Octal 121 375 375
Decimal 81 253 253
Hex 51 FD FD

RGB Percentages of Color #51fdfd

%13.80
%43.10
%43.10

CMYK Percentages of Color #51fdfd

%68
%0
%0
%1

Triadic Colors of #51fdfd

#51fdfd #fd51fd #fdfd51

Analogous Colors of #51fdfd

#51fdfd #51a7fd #51fda7

Monochromatic Colors of #51fdfd

#51fdfd

Complementary Color

#51fdfd #fd5151

#51fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51fdfd Color CSS Codes

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

#51fdfd Text Font Color

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

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


#51fdfd Background Color

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

This div background color is #51fdfd


#51fdfd Border Color

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

This div border color is #51fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.