Color Hex Logo

#51c1ca Color Hex

#51C1CA
(81,193,202)
0 Favorites   0 Comments

Color spaces of #51c1ca

RGB 81193202
HSL0.510.530.55
HSV184°60°79°
CMYK 0.600.040.00   0.21
XYZ33.124044.153562.6538
Yxy44.15350.23670.3155
Hunter Lab66.4481-27.3029-9.3908
CIE-Lab72.3310-28.8757-14.0563

#51c1ca color RGB value is (81,193,202).

#51c1ca hex color red value is 81, green value is 193 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #51c1ca hue: 0.51 , saturation: 0.53 and the lightness value of 51c1ca is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11000001 11001010
Octal 121 301 312
Decimal 81 193 202
Hex 51 C1 CA

RGB Percentages of Color #51c1ca

%17.02
%40.55
%42.44

CMYK Percentages of Color #51c1ca

%60
%4
%0
%21

Triadic Colors of #51c1ca

#51c1ca #ca51c1 #c1ca51

Analogous Colors of #51c1ca

#51c1ca #5185ca #51ca97

Monochromatic Colors of #51c1ca

#51c1ca

Complementary Color

#51c1ca #ca5a51

#51c1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51c1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#51c1ca Color CSS Codes

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

#51c1ca Text Font Color

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

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


#51c1ca Background Color

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

This div background color is #51c1ca


#51c1ca Border Color

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

This div border color is #51c1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51c1ca


Comments

No comments written yet.

Please login to write comment.