Color Hex Logo

#51daeb Color Hex

#51DAEB
(81,218,235)
0 Favorites   0 Comments

Color spaces of #51daeb

RGB 81218235
HSL0.520.790.62
HSV187°66°92°
CMYK 0.660.070.00   0.08
XYZ43.460157.890387.4806
Yxy57.89030.23020.3066
Hunter Lab76.0857-31.1908-14.9096
CIE-Lab80.6778-31.5135-19.2432

#51daeb color RGB value is (81,218,235).

#51daeb hex color red value is 81, green value is 218 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #51daeb hue: 0.52 , saturation: 0.79 and the lightness value of 51daeb is 0.62.

The process color (four color CMYK) of #51daeb color hex is 0.66, 0.07, 0.00, 0.08. Web safe color of #51daeb is #66ccff. Color #51daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011010 11101011
Octal 121 332 353
Decimal 81 218 235
Hex 51 DA EB

RGB Percentages of Color #51daeb

%15.17
%40.82
%44.01

CMYK Percentages of Color #51daeb

%66
%7
%0
%8

Triadic Colors of #51daeb

#51daeb #eb51da #daeb51

Analogous Colors of #51daeb

#51daeb #518deb #51ebaf

Monochromatic Colors of #51daeb

#51daeb

Complementary Color

#51daeb #eb6251

#51daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51daeb Color CSS Codes

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

#51daeb Text Font Color

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

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


#51daeb Background Color

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

This div background color is #51daeb


#51daeb Border Color

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

This div border color is #51daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51daeb


Comments

No comments written yet.

Please login to write comment.