Color Hex Logo

#51deea Color Hex

#51DEEA
(81,222,234)
0 Favorites   0 Comments

Color spaces of #51deea

RGB 81222234
HSL0.510.780.62
HSV185°65°92°
CMYK 0.650.050.00   0.08
XYZ44.365959.932487.0717
Yxy59.93240.23180.3132
Hunter Lab77.4160-33.1825-12.4937
CIE-Lab81.8014-33.6991-17.0157

#51deea color RGB value is (81,222,234).

#51deea hex color red value is 81, green value is 222 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #51deea hue: 0.51 , saturation: 0.78 and the lightness value of 51deea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11011110 11101010
Octal 121 336 352
Decimal 81 222 234
Hex 51 DE EA

RGB Percentages of Color #51deea

%15.08
%41.34
%43.58

CMYK Percentages of Color #51deea

%65
%5
%0
%8

Triadic Colors of #51deea

#51deea #ea51de #deea51

Analogous Colors of #51deea

#51deea #5192ea #51eaaa

Monochromatic Colors of #51deea

#51deea

Complementary Color

#51deea #ea5d51

#51deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#51deea Color CSS Codes

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

#51deea Text Font Color

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

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


#51deea Background Color

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

This div background color is #51deea


#51deea Border Color

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

This div border color is #51deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51deea


Comments

No comments written yet.

Please login to write comment.