Color Hex Logo

#51bfae Color Hex

#51BFAE
(81,191,174)
0 Favorites   0 Comments

Color spaces of #51bfae

RGB 81191174
HSL0.470.460.53
HSV171°58°75°
CMYK 0.580.000.09   0.25
XYZ29.664142.066946.6007
Yxy42.06690.25070.3555
Hunter Lab64.8590-31.86402.8019
CIE-Lab70.9170-35.4852-0.8642

#51bfae color RGB value is (81,191,174).

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

The process color (four color CMYK) of #51bfae color hex is 0.58, 0.00, 0.09, 0.25. Web safe color of #51bfae is #66cc99. Color #51bfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10111111 10101110
Octal 121 277 256
Decimal 81 191 174
Hex 51 BF AE

RGB Percentages of Color #51bfae

%18.16
%42.83
%39.01

CMYK Percentages of Color #51bfae

%58
%0
%9
%25

Triadic Colors of #51bfae

#51bfae #ae51bf #bfae51

Analogous Colors of #51bfae

#51bfae #5199bf #51bf77

Monochromatic Colors of #51bfae

#51bfae

Complementary Color

#51bfae #bf5162

#51bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#51bfae Color CSS Codes

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

#51bfae Text Font Color

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

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


#51bfae Background Color

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

This div background color is #51bfae


#51bfae Border Color

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

This div border color is #51bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51bfae


Comments

No comments written yet.

Please login to write comment.