Color Hex Logo

#51cfa6 Color Hex

#51CFA6
(81,207,166)
0 Favorites   0 Comments

Color spaces of #51cfa6

RGB 81207166
HSL0.450.570.56
HSV160°61°81°
CMYK 0.610.000.20   0.19
XYZ32.589149.128243.8415
Yxy49.12820.25960.3913
Hunter Lab70.0915-39.666411.9788
CIE-Lab75.5310-44.573310.1264

#51cfa6 color RGB value is (81,207,166).

#51cfa6 hex color red value is 81, green value is 207 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #51cfa6 hue: 0.45 , saturation: 0.57 and the lightness value of 51cfa6 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 10100110
Octal 121 317 246
Decimal 81 207 166
Hex 51 CF A6

RGB Percentages of Color #51cfa6

%17.84
%45.59
%36.56

CMYK Percentages of Color #51cfa6

%61
%0
%20
%19

Triadic Colors of #51cfa6

#51cfa6 #a651cf #cfa651

Analogous Colors of #51cfa6

#51cfa6 #51b9cf #51cf67

Monochromatic Colors of #51cfa6

#51cfa6

Complementary Color

#51cfa6 #cf517a

#51cfa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cfa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cfa6 Color CSS Codes

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

#51cfa6 Text Font Color

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

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


#51cfa6 Background Color

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

This div background color is #51cfa6


#51cfa6 Border Color

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

This div border color is #51cfa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cfa6


Comments

No comments written yet.

Please login to write comment.