Color Hex Logo

#51bdcd Color Hex

#51BDCD
(81,189,205)
0 Favorites   0 Comments

Color spaces of #51bdcd

RGB 81189205
HSL0.520.550.56
HSV188°60°80°
CMYK 0.600.080.00   0.20
XYZ32.610442.552364.2523
Yxy42.55230.23390.3052
Hunter Lab65.2321-24.9217-12.7369
CIE-Lab71.2500-26.0446-17.3229

#51bdcd color RGB value is (81,189,205).

#51bdcd hex color red value is 81, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #51bdcd hue: 0.52 , saturation: 0.55 and the lightness value of 51bdcd is 0.56.

The process color (four color CMYK) of #51bdcd color hex is 0.60, 0.08, 0.00, 0.20. Web safe color of #51bdcd is #66cccc. Color #51bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111101 11001101
Octal 121 275 315
Decimal 81 189 205
Hex 51 BD CD

RGB Percentages of Color #51bdcd

%17.05
%39.79
%43.16

CMYK Percentages of Color #51bdcd

%60
%8
%0
%20

Triadic Colors of #51bdcd

#51bdcd #cd51bd #bdcd51

Analogous Colors of #51bdcd

#51bdcd #517fcd #51cd9f

Monochromatic Colors of #51bdcd

#51bdcd

Complementary Color

#51bdcd #cd6151

#51bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bdcd Color CSS Codes

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

#51bdcd Text Font Color

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

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


#51bdcd Background Color

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

This div background color is #51bdcd


#51bdcd Border Color

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

This div border color is #51bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bdcd


Comments

No comments written yet.

Please login to write comment.