Color Hex Logo

#51bfcc Color Hex

#51BFCC
(81,191,204)
0 Favorites   0 Comments

Color spaces of #51bfcc

RGB 81191204
HSL0.520.550.56
HSV186°60°80°
CMYK 0.600.060.00   0.20
XYZ32.923243.370663.7629
Yxy43.37060.23510.3097
Hunter Lab65.8564-26.0121-11.3058
CIE-Lab71.8058-27.3244-15.9377

#51bfcc color RGB value is (81,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111111 11001100
Octal 121 277 314
Decimal 81 191 204
Hex 51 BF CC

RGB Percentages of Color #51bfcc

%17.02
%40.13
%42.86

CMYK Percentages of Color #51bfcc

%60
%6
%0
%20

Triadic Colors of #51bfcc

#51bfcc #cc51bf #bfcc51

Analogous Colors of #51bfcc

#51bfcc #5182cc #51cc9c

Monochromatic Colors of #51bfcc

#51bfcc

Complementary Color

#51bfcc #cc5e51

#51bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bfcc Color CSS Codes

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

#51bfcc Text Font Color

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

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


#51bfcc Background Color

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

This div background color is #51bfcc


#51bfcc Border Color

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

This div border color is #51bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bfcc


Comments

No comments written yet.

Please login to write comment.