Color Hex Logo

#51ddff Color Hex

#51DDFF
(81,221,255)
0 Favorites   0 Comments

Color spaces of #51ddff

RGB 81221255
HSL0.531.000.66
HSV192°68°100°
CMYK 0.680.130.00   0.00
XYZ47.299860.6822103.8276
Yxy60.68220.22330.2865
Hunter Lab77.8988-27.9384-24.4957
CIE-Lab82.2076-27.0820-27.5321

#51ddff color RGB value is (81,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 11111111
Octal 121 335 377
Decimal 81 221 255
Hex 51 DD FF

RGB Percentages of Color #51ddff

%14.54
%39.68
%45.78

CMYK Percentages of Color #51ddff

%68
%13
%0
%0

Triadic Colors of #51ddff

#51ddff #ff51dd #ddff51

Analogous Colors of #51ddff

#51ddff #5186ff #51ffca

Monochromatic Colors of #51ddff

#51ddff

Complementary Color

#51ddff #ff7351

#51ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddff Color CSS Codes

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

#51ddff Text Font Color

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

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


#51ddff Background Color

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

This div background color is #51ddff


#51ddff Border Color

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

This div border color is #51ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddff

Related Colors


Comments

No comments written yet.

Please login to write comment.