Color Hex Logo

#51ccce Color Hex

#51CCCE
(81,204,206)
0 Favorites   0 Comments

Color spaces of #51ccce

RGB 81204206
HSL0.500.560.56
HSV181°61°81°
CMYK 0.610.010.00   0.19
XYZ36.126849.391366.0219
Yxy49.39130.23840.3259
Hunter Lab70.2789-31.2305-6.5033
CIE-Lab75.6941-33.0456-11.1868

#51ccce color RGB value is (81,204,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001100 11001110
Octal 121 314 316
Decimal 81 204 206
Hex 51 CC CE

RGB Percentages of Color #51ccce

%16.50
%41.55
%41.96

CMYK Percentages of Color #51ccce

%61
%1
%0
%19

Triadic Colors of #51ccce

#51ccce #ce51cc #ccce51

Analogous Colors of #51ccce

#51ccce #518ece #51ce92

Monochromatic Colors of #51ccce

#51ccce

Complementary Color

#51ccce #ce5351

#51ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#51ccce Color CSS Codes

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

#51ccce Text Font Color

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

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


#51ccce Background Color

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

This div background color is #51ccce


#51ccce Border Color

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

This div border color is #51ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51ccce


Comments

No comments written yet.

Please login to write comment.