Color Hex Logo

#51ddfb Color Hex

#51DDFB
(81,221,251)
0 Favorites   0 Comments

Color spaces of #51ddfb

RGB 81221251
HSL0.530.960.65
HSV191°68°98°
CMYK 0.680.120.00   0.02
XYZ46.662460.4273100.4711
Yxy60.42730.22480.2911
Hunter Lab77.7350-28.8871-22.2168
CIE-Lab82.0699-28.2763-25.6249

#51ddfb color RGB value is (81,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 11111011
Octal 121 335 373
Decimal 81 221 251
Hex 51 DD FB

RGB Percentages of Color #51ddfb

%14.65
%39.96
%45.39

CMYK Percentages of Color #51ddfb

%68
%12
%0
%2

Triadic Colors of #51ddfb

#51ddfb #fb51dd #ddfb51

Analogous Colors of #51ddfb

#51ddfb #5188fb #51fbc4

Monochromatic Colors of #51ddfb

#51ddfb

Complementary Color

#51ddfb #fb6f51

#51ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddfb Color CSS Codes

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

#51ddfb Text Font Color

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

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


#51ddfb Background Color

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

This div background color is #51ddfb


#51ddfb Border Color

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

This div border color is #51ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddfb


Comments

No comments written yet.

Please login to write comment.