Color Hex Logo

#51dfde Color Hex

#51DFDE
(81,223,222)
0 Favorites   0 Comments

Color spaces of #51dfde

RGB 81223222
HSL0.500.690.60
HSV180°64°87°
CMYK 0.640.000.00   0.13
XYZ42.965859.798678.3850
Yxy59.79860.23720.3301
Hunter Lab77.3296-36.1487-5.9685
CIE-Lab81.7286-37.5089-10.7504

#51dfde color RGB value is (81,223,222).

#51dfde hex color red value is 81, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #51dfde hue: 0.50 , saturation: 0.69 and the lightness value of 51dfde is 0.60.

The process color (four color CMYK) of #51dfde color hex is 0.64, 0.00, 0.00, 0.13. Web safe color of #51dfde is #66cccc. Color #51dfde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011111 11011110
Octal 121 337 336
Decimal 81 223 222
Hex 51 DF DE

RGB Percentages of Color #51dfde

%15.40
%42.40
%42.21

CMYK Percentages of Color #51dfde

%64
%0
%0
%13

Triadic Colors of #51dfde

#51dfde #de51df #dfde51

Analogous Colors of #51dfde

#51dfde #5199df #51df97

Monochromatic Colors of #51dfde

#51dfde

Complementary Color

#51dfde #df5152

#51dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dfde Color CSS Codes

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

#51dfde Text Font Color

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

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


#51dfde Background Color

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

This div background color is #51dfde


#51dfde Border Color

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

This div border color is #51dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dfde


Comments

No comments written yet.

Please login to write comment.