Color Hex Logo

#51bfcd Color Hex

#51BFCD
(81,191,205)
0 Favorites   0 Comments

Color spaces of #51bfcd

RGB 81191205
HSL0.520.550.56
HSV187°60°80°
CMYK 0.600.070.00   0.20
XYZ33.043643.418764.3967
Yxy43.41870.23460.3082
Hunter Lab65.8929-25.7993-11.8188
CIE-Lab71.8382-27.0367-16.4343

#51bfcd color RGB value is (81,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111111 11001101
Octal 121 277 315
Decimal 81 191 205
Hex 51 BF CD

RGB Percentages of Color #51bfcd

%16.98
%40.04
%42.98

CMYK Percentages of Color #51bfcd

%60
%7
%0
%20

Triadic Colors of #51bfcd

#51bfcd #cd51bf #bfcd51

Analogous Colors of #51bfcd

#51bfcd #5181cd #51cd9d

Monochromatic Colors of #51bfcd

#51bfcd

Complementary Color

#51bfcd #cd5f51

#51bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bfcd Color CSS Codes

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

#51bfcd Text Font Color

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

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


#51bfcd Background Color

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

This div background color is #51bfcd


#51bfcd Border Color

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

This div border color is #51bfcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,191,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 #51bfcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bfcd


Comments

No comments written yet.

Please login to write comment.