Color Hex Logo

#51cacb Color Hex

#51CACB
(81,202,203)
0 Favorites   0 Comments

Color spaces of #51cacb

RGB 81202203
HSL0.500.540.56
HSV180°60°80°
CMYK 0.600.000.00   0.20
XYZ35.293448.302263.9630
Yxy48.30220.23920.3273
Hunter Lab69.4998-30.9787-5.9167
CIE-Lab75.0151-32.9257-10.5792

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001010 11001011
Octal 121 312 313
Decimal 81 202 203
Hex 51 CA CB

RGB Percentages of Color #51cacb

%16.67
%41.56
%41.77

CMYK Percentages of Color #51cacb

%60
%0
%0
%20

Triadic Colors of #51cacb

#51cacb #cb51ca #cacb51

Analogous Colors of #51cacb

#51cacb #518dcb #51cb8f

Monochromatic Colors of #51cacb

#51cacb

Complementary Color

#51cacb #cb5251

#51cacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cacb Color CSS Codes

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

#51cacb Text Font Color

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

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


#51cacb Background Color

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

This div background color is #51cacb


#51cacb Border Color

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

This div border color is #51cacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cacb


Comments

No comments written yet.

Please login to write comment.