Color Hex Logo

#51dafd Color Hex

#51DAFD
(81,218,253)
0 Favorites   0 Comments

Color spaces of #51dafd

RGB 81218253
HSL0.530.980.65
HSV192°68°99°
CMYK 0.680.140.00   0.01
XYZ46.194458.9840101.8789
Yxy58.98400.22310.2849
Hunter Lab76.8010-27.0374-24.8892
CIE-Lab81.2828-26.2068-27.8872

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11111101
Octal 121 332 375
Decimal 81 218 253
Hex 51 DA FD

RGB Percentages of Color #51dafd

%14.67
%39.49
%45.83

CMYK Percentages of Color #51dafd

%68
%14
%0
%1

Triadic Colors of #51dafd

#51dafd #fd51da #dafd51

Analogous Colors of #51dafd

#51dafd #5184fd #51fdca

Monochromatic Colors of #51dafd

#51dafd

Complementary Color

#51dafd #fd7451

#51dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dafd Color CSS Codes

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

#51dafd Text Font Color

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

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


#51dafd Background Color

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

This div background color is #51dafd


#51dafd Border Color

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

This div border color is #51dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.