Color Hex Logo

#51cfbc Color Hex

#51CFBC
(81,207,188)
0 Favorites   0 Comments

Color spaces of #51cfbc

RGB 81207188
HSL0.470.570.56
HSV171°61°81°
CMYK 0.610.000.09   0.19
XYZ34.783350.005855.3958
Yxy50.00580.24810.3567
Hunter Lab70.7148-35.95003.0544
CIE-Lab76.0728-39.2245-0.9160

#51cfbc color RGB value is (81,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 10111100
Octal 121 317 274
Decimal 81 207 188
Hex 51 CF BC

RGB Percentages of Color #51cfbc

%17.02
%43.49
%39.50

CMYK Percentages of Color #51cfbc

%61
%0
%9
%19

Triadic Colors of #51cfbc

#51cfbc #bc51cf #cfbc51

Analogous Colors of #51cfbc

#51cfbc #51a3cf #51cf7d

Monochromatic Colors of #51cfbc

#51cfbc

Complementary Color

#51cfbc #cf5164

#51cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cfbc Color CSS Codes

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

#51cfbc Text Font Color

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

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


#51cfbc Background Color

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

This div background color is #51cfbc


#51cfbc Border Color

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

This div border color is #51cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cfbc


Comments

No comments written yet.

Please login to write comment.