Color Hex Logo

#7fbaad Color Hex

#7FBAAD
(127,186,173)
0 Favorites   0 Comments

Color spaces of #7fbaad

RGB 127186173
HSL0.460.300.61
HSV167°32°73°
CMYK 0.320.000.07   0.27
XYZ33.854142.647045.9825
Yxy42.64700.27640.3482
Hunter Lab65.3047-21.74833.9658
CIE-Lab71.3147-21.92890.4910

#7fbaad color RGB value is (127,186,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 10101101
Octal 177 272 255
Decimal 127 186 173
Hex 7F BA AD

RGB Percentages of Color #7fbaad

%26.13
%38.27
%35.60

CMYK Percentages of Color #7fbaad

%32
%0
%7
%27

Triadic Colors of #7fbaad

#7fbaad #ad7fba #baad7f

Analogous Colors of #7fbaad

#7fbaad #7faaba #7fba90

Monochromatic Colors of #7fbaad

#7fbaad

Complementary Color

#7fbaad #ba7f8c

#7fbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbaad Color CSS Codes

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

#7fbaad Text Font Color

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

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


#7fbaad Background Color

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

This div background color is #7fbaad


#7fbaad Border Color

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

This div border color is #7fbaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,186,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbaad


Comments

No comments written yet.

Please login to write comment.