Color Hex Logo

#51edee Color Hex

#51EDEE
(81,237,238)
0 Favorites   0 Comments

Color spaces of #51edee

RGB 81237238
HSL0.500.820.63
HSV180°66°93°
CMYK 0.660.000.00   0.07
XYZ49.110168.490891.5206
Yxy68.49080.23480.3275
Hunter Lab82.7592-38.9049-7.6354
CIE-Lab86.2513-39.5199-12.4529

#51edee color RGB value is (81,237,238).

#51edee hex color red value is 81, green value is 237 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #51edee hue: 0.50 , saturation: 0.82 and the lightness value of 51edee is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11101101 11101110
Octal 121 355 356
Decimal 81 237 238
Hex 51 ED EE

RGB Percentages of Color #51edee

%14.57
%42.63
%42.81

CMYK Percentages of Color #51edee

%66
%0
%0
%7

Triadic Colors of #51edee

#51edee #ee51ed #edee51

Analogous Colors of #51edee

#51edee #519fee #51eea1

Monochromatic Colors of #51edee

#51edee

Complementary Color

#51edee #ee5251

#51edee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51edee Color Preview on White Background

Lorem ipsum dolor sit amet.

#51edee Color CSS Codes

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

#51edee Text Font Color

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

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


#51edee Background Color

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

This div background color is #51edee


#51edee Border Color

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

This div border color is #51edee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51edee


Comments

No comments written yet.

Please login to write comment.