Color Hex Logo

#51dbef Color Hex

#51DBEF
(81,219,239)
0 Favorites   0 Comments

Color spaces of #51dbef

RGB 81219239
HSL0.520.830.63
HSV188°66°94°
CMYK 0.660.080.00   0.06
XYZ44.304858.644490.6457
Yxy58.64440.22890.3029
Hunter Lab76.5796-30.7440-16.5746
CIE-Lab81.0957-30.8355-20.7384

#51dbef color RGB value is (81,219,239).

#51dbef hex color red value is 81, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #51dbef hue: 0.52 , saturation: 0.83 and the lightness value of 51dbef is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011011 11101111
Octal 121 333 357
Decimal 81 219 239
Hex 51 DB EF

RGB Percentages of Color #51dbef

%15.03
%40.63
%44.34

CMYK Percentages of Color #51dbef

%66
%8
%0
%6

Triadic Colors of #51dbef

#51dbef #ef51db #dbef51

Analogous Colors of #51dbef

#51dbef #518cef #51efb4

Monochromatic Colors of #51dbef

#51dbef

Complementary Color

#51dbef #ef6551

#51dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#51dbef Color CSS Codes

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

#51dbef Text Font Color

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

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


#51dbef Background Color

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

This div background color is #51dbef


#51dbef Border Color

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

This div border color is #51dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51dbef


Comments

No comments written yet.

Please login to write comment.