Color Hex Logo

#51cbbc Color Hex

#51CBBC
(81,203,188)
0 Favorites   0 Comments

Color spaces of #51cbbc

RGB 81203188
HSL0.480.540.56
HSV173°60°80°
CMYK 0.600.000.07   0.20
XYZ33.826448.092055.0768
Yxy48.09200.24690.3510
Hunter Lab69.3484-34.29191.4555
CIE-Lab74.8829-37.4057-2.6605

#51cbbc color RGB value is (81,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 10111100
Octal 121 313 274
Decimal 81 203 188
Hex 51 CB BC

RGB Percentages of Color #51cbbc

%17.16
%43.01
%39.83

CMYK Percentages of Color #51cbbc

%60
%0
%7
%20

Triadic Colors of #51cbbc

#51cbbc #bc51cb #cbbc51

Analogous Colors of #51cbbc

#51cbbc #519dcb #51cb7f

Monochromatic Colors of #51cbbc

#51cbbc

Complementary Color

#51cbbc #cb5160

#51cbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbbc Color CSS Codes

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

#51cbbc Text Font Color

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

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


#51cbbc Background Color

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

This div background color is #51cbbc


#51cbbc Border Color

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

This div border color is #51cbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbbc


Comments

No comments written yet.

Please login to write comment.