Color Hex Logo

#51bede Color Hex

#51BEDE
(81,190,222)
0 Favorites   0 Comments

Color spaces of #51bede

RGB 81190222
HSL0.540.680.59
HSV194°64°87°
CMYK 0.640.140.00   0.13
XYZ34.991643.850275.7269
Yxy43.85020.22640.2837
Hunter Lab66.2195-21.5614-21.4489
CIE-Lab72.1283-21.5096-25.2532

#51bede color RGB value is (81,190,222).

#51bede hex color red value is 81, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #51bede hue: 0.54 , saturation: 0.68 and the lightness value of 51bede is 0.59.

The process color (four color CMYK) of #51bede color hex is 0.64, 0.14, 0.00, 0.13. Web safe color of #51bede is #66cccc. Color #51bede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111110 11011110
Octal 121 276 336
Decimal 81 190 222
Hex 51 BE DE

RGB Percentages of Color #51bede

%16.43
%38.54
%45.03

CMYK Percentages of Color #51bede

%64
%14
%0
%13

Triadic Colors of #51bede

#51bede #de51be #bede51

Analogous Colors of #51bede

#51bede #5178de #51deb8

Monochromatic Colors of #51bede

#51bede

Complementary Color

#51bede #de7151

#51bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bede Color CSS Codes

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

#51bede Text Font Color

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

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


#51bede Background Color

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

This div background color is #51bede


#51bede Border Color

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

This div border color is #51bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bede


Comments

No comments written yet.

Please login to write comment.