Color Hex Logo

#51cccb Color Hex

#51CCCB
(81,204,203)
0 Favorites   0 Comments

Color spaces of #51cccb

RGB 81204203
HSL0.500.550.56
HSV180°60°80°
CMYK 0.600.000.00   0.20
XYZ35.765749.246964.1205
Yxy49.24690.23980.3302
Hunter Lab70.1761-31.8346-5.0505
CIE-Lab75.6047-33.8708-9.7001

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001100 11001011
Octal 121 314 313
Decimal 81 204 203
Hex 51 CC CB

RGB Percentages of Color #51cccb

%16.60
%41.80
%41.60

CMYK Percentages of Color #51cccb

%60
%0
%0
%20

Triadic Colors of #51cccb

#51cccb #cb51cc #cccb51

Analogous Colors of #51cccb

#51cccb #5190cc #51cc8e

Monochromatic Colors of #51cccb

#51cccb

Complementary Color

#51cccb #cc5152

#51cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cccb Color CSS Codes

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

#51cccb Text Font Color

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

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


#51cccb Background Color

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

This div background color is #51cccb


#51cccb Border Color

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

This div border color is #51cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cccb


Comments

No comments written yet.

Please login to write comment.