Color Hex Logo

#51cfae Color Hex

#51CFAE
(81,207,174)
0 Favorites   0 Comments

Color spaces of #51cfae

RGB 81207174
HSL0.460.570.56
HSV164°61°81°
CMYK 0.610.000.16   0.19
XYZ33.346149.431047.8280
Yxy49.43100.25530.3785
Hunter Lab70.3072-38.37658.8817
CIE-Lab75.7187-42.69326.1028

#51cfae color RGB value is (81,207,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 11001111 10101110
Octal 121 317 256
Decimal 81 207 174
Hex 51 CF AE

RGB Percentages of Color #51cfae

%17.53
%44.81
%37.66

CMYK Percentages of Color #51cfae

%61
%0
%16
%19

Triadic Colors of #51cfae

#51cfae #ae51cf #cfae51

Analogous Colors of #51cfae

#51cfae #51b1cf #51cf6f

Monochromatic Colors of #51cfae

#51cfae

Complementary Color

#51cfae #cf5172

#51cfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51cfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#51cfae Color CSS Codes

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

#51cfae Text Font Color

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

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


#51cfae Background Color

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

This div background color is #51cfae


#51cfae Border Color

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

This div border color is #51cfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51cfae


Comments

No comments written yet.

Please login to write comment.