Color Hex Logo

#7fb0ae Color Hex

#7FB0AE
(127,176,174)
0 Favorites   0 Comments

Color spaces of #7fb0ae

RGB 127176174
HSL0.490.240.59
HSV178°28°69°
CMYK 0.280.000.01   0.31
XYZ31.917738.618745.8163
Yxy38.61870.27430.3319
Hunter Lab62.1439-17.0727-0.2114
CIE-Lab68.4742-16.5757-4.2256

#7fb0ae color RGB value is (127,176,174).

#7fb0ae hex color red value is 127, green value is 176 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7fb0ae hue: 0.49 , saturation: 0.24 and the lightness value of 7fb0ae is 0.59.

The process color (four color CMYK) of #7fb0ae color hex is 0.28, 0.00, 0.01, 0.31. Web safe color of #7fb0ae is #669999. Color #7fb0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10110000 10101110
Octal 177 260 256
Decimal 127 176 174
Hex 7F B0 AE

RGB Percentages of Color #7fb0ae

%26.62
%36.90
%36.48

CMYK Percentages of Color #7fb0ae

%28
%0
%1
%31

Triadic Colors of #7fb0ae

#7fb0ae #ae7fb0 #b0ae7f

Analogous Colors of #7fb0ae

#7fb0ae #7f9ab0 #7fb096

Monochromatic Colors of #7fb0ae

#7fb0ae

Complementary Color

#7fb0ae #b07f81

#7fb0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fb0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fb0ae Color CSS Codes

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

#7fb0ae Text Font Color

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

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


#7fb0ae Background Color

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

This div background color is #7fb0ae


#7fb0ae Border Color

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

This div border color is #7fb0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fb0ae


Comments

No comments written yet.

Please login to write comment.