Color Hex Logo

#51cecb Color Hex

#51CECB
(81,206,203)
0 Favorites   0 Comments

Color spaces of #51cecb

RGB 81206203
HSL0.500.560.56
HSV179°61°81°
CMYK 0.610.000.01   0.19
XYZ36.244150.203764.2799
Yxy50.20370.24050.3331
Hunter Lab70.8546-32.6877-4.1902
CIE-Lab76.1941-34.8092-8.8226

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001110 11001011
Octal 121 316 313
Decimal 81 206 203
Hex 51 CE CB

RGB Percentages of Color #51cecb

%16.53
%42.04
%41.43

CMYK Percentages of Color #51cecb

%61
%0
%1
%19

Triadic Colors of #51cecb

#51cecb #cb51ce #cecb51

Analogous Colors of #51cecb

#51cecb #5193ce #51ce8d

Monochromatic Colors of #51cecb

#51cecb

Complementary Color

#51cecb #ce5154

#51cecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cecb Color CSS Codes

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

#51cecb Text Font Color

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

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


#51cecb Background Color

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

This div background color is #51cecb


#51cecb Border Color

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

This div border color is #51cecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cecb


Comments

No comments written yet.

Please login to write comment.