Color Hex Logo

#51daf5 Color Hex

#51DAF5
(81,218,245)
0 Favorites   0 Comments

Color spaces of #51daf5

RGB 81218245
HSL0.530.890.64
HSV190°67°96°
CMYK 0.670.110.00   0.04
XYZ44.946258.484795.3060
Yxy58.48470.22620.2943
Hunter Lab76.4753-28.9234-20.3564
CIE-Lab81.0075-28.5934-24.0611

#51daf5 color RGB value is (81,218,245).

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

The process color (four color CMYK) of #51daf5 color hex is 0.67, 0.11, 0.00, 0.04. Web safe color of #51daf5 is #66ccff. Color #51daf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11110101
Octal 121 332 365
Decimal 81 218 245
Hex 51 DA F5

RGB Percentages of Color #51daf5

%14.89
%40.07
%45.04

CMYK Percentages of Color #51daf5

%67
%11
%0
%4

Triadic Colors of #51daf5

#51daf5 #f551da #daf551

Analogous Colors of #51daf5

#51daf5 #5188f5 #51f5be

Monochromatic Colors of #51daf5

#51daf5

Complementary Color

#51daf5 #f56c51

#51daf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51daf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51daf5 Color CSS Codes

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

#51daf5 Text Font Color

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

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


#51daf5 Background Color

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

This div background color is #51daf5


#51daf5 Border Color

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

This div border color is #51daf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51daf5


Comments

No comments written yet.

Please login to write comment.