Color Hex Logo

#7fbaae Color Hex

#7FBAAE
(127,186,174)
0 Favorites   0 Comments

Color spaces of #7fbaae

RGB 127186174
HSL0.470.300.61
HSV168°32°73°
CMYK 0.320.000.06   0.27
XYZ33.951342.685846.4942
Yxy42.68580.27570.3467
Hunter Lab65.3344-21.57683.5412
CIE-Lab71.3412-21.7041-0.0179

#7fbaae color RGB value is (127,186,174).

#7fbaae hex color red value is 127, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7fbaae hue: 0.47 , saturation: 0.30 and the lightness value of 7fbaae is 0.61.

The process color (four color CMYK) of #7fbaae color hex is 0.32, 0.00, 0.06, 0.27. Web safe color of #7fbaae is #66cc99. Color #7fbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 10101110
Octal 177 272 256
Decimal 127 186 174
Hex 7F BA AE

RGB Percentages of Color #7fbaae

%26.08
%38.19
%35.73

CMYK Percentages of Color #7fbaae

%32
%0
%6
%27

Triadic Colors of #7fbaae

#7fbaae #ae7fba #baae7f

Analogous Colors of #7fbaae

#7fbaae #7fa9ba #7fba91

Monochromatic Colors of #7fbaae

#7fbaae

Complementary Color

#7fbaae #ba7f8b

#7fbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbaae Color CSS Codes

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

#7fbaae Text Font Color

<p style="color:#7fbaae">Text here</p>

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


#7fbaae Background Color

<div style="background-color:#7fbaae">
Div content here</div>

This div background color is #7fbaae


#7fbaae Border Color

<div style="border:3px solid #7fbaae">
Div here</div>

This div border color is #7fbaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,186,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fbaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fbaae;
  -webkit-box-shadow: 1px 1px 3px 2px #7fbaae;
  box-shadow:         1px 1px 3px 2px #7fbaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,186,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 #7fbaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbaae


Comments

No comments written yet.

Please login to write comment.