Color Hex Logo

#51cbcf Color Hex

#51CBCF
(81,203,207)
0 Favorites   0 Comments

Color spaces of #51cbcf

RGB 81203207
HSL0.510.570.56
HSV182°61°81°
CMYK 0.610.020.00   0.19
XYZ36.011848.966266.5849
Yxy48.96620.23760.3231
Hunter Lab69.9759-30.5960-7.4338
CIE-Lab75.4303-32.2931-12.1215

#51cbcf color RGB value is (81,203,207).

#51cbcf hex color red value is 81, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #51cbcf hue: 0.51 , saturation: 0.57 and the lightness value of 51cbcf is 0.56.

The process color (four color CMYK) of #51cbcf color hex is 0.61, 0.02, 0.00, 0.19. Web safe color of #51cbcf is #66cccc. Color #51cbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 11001111
Octal 121 313 317
Decimal 81 203 207
Hex 51 CB CF

RGB Percentages of Color #51cbcf

%16.50
%41.34
%42.16

CMYK Percentages of Color #51cbcf

%61
%2
%0
%19

Triadic Colors of #51cbcf

#51cbcf #cf51cb #cbcf51

Analogous Colors of #51cbcf

#51cbcf #518ccf #51cf94

Monochromatic Colors of #51cbcf

#51cbcf

Complementary Color

#51cbcf #cf5551

#51cbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbcf Color CSS Codes

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

#51cbcf Text Font Color

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

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


#51cbcf Background Color

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

This div background color is #51cbcf


#51cbcf Border Color

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

This div border color is #51cbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbcf


Comments

No comments written yet.

Please login to write comment.