Color Hex Logo

#51ddfd Color Hex

#51DDFD
(81,221,253)
0 Favorites   0 Comments

Color spaces of #51ddfd

RGB 81221253
HSL0.530.980.65
HSV191°68°99°
CMYK 0.680.130.00   0.01
XYZ46.979460.5541102.1405
Yxy60.55410.22410.2888
Hunter Lab77.8165-28.4148-23.3514
CIE-Lab82.1384-27.6806-26.5792

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011101 11111101
Octal 121 335 375
Decimal 81 221 253
Hex 51 DD FD

RGB Percentages of Color #51ddfd

%14.59
%39.82
%45.59

CMYK Percentages of Color #51ddfd

%68
%13
%0
%1

Triadic Colors of #51ddfd

#51ddfd #fd51dd #ddfd51

Analogous Colors of #51ddfd

#51ddfd #5187fd #51fdc7

Monochromatic Colors of #51ddfd

#51ddfd

Complementary Color

#51ddfd #fd7151

#51ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ddfd Color CSS Codes

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

#51ddfd Text Font Color

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

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


#51ddfd Background Color

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

This div background color is #51ddfd


#51ddfd Border Color

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

This div border color is #51ddfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,221,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 #51ddfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ddfd


Comments

No comments written yet.

Please login to write comment.