Color Hex Logo

#51cbcb Color Hex

#51CBCB
(81,203,203)
0 Favorites   0 Comments

Color spaces of #51cbcb

RGB 81203203
HSL0.500.540.56
HSV180°60°80°
CMYK 0.600.000.00   0.20
XYZ35.528848.773064.0415
Yxy48.77300.23950.3288
Hunter Lab69.8377-31.4069-5.4829
CIE-Lab75.3099-33.3989-10.1395

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001011 11001011
Octal 121 313 313
Decimal 81 203 203
Hex 51 CB CB

RGB Percentages of Color #51cbcb

%16.63
%41.68
%41.68

CMYK Percentages of Color #51cbcb

%60
%0
%0
%20

Triadic Colors of #51cbcb

#51cbcb #cb51cb #cbcb51

Analogous Colors of #51cbcb

#51cbcb #518ecb #51cb8e

Monochromatic Colors of #51cbcb

#51cbcb

Complementary Color

#51cbcb #cb5151

#51cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cbcb Color CSS Codes

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

#51cbcb Text Font Color

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

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


#51cbcb Background Color

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

This div background color is #51cbcb


#51cbcb Border Color

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

This div border color is #51cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cbcb


Comments

No comments written yet.

Please login to write comment.