Color Hex Logo

#7fabba Color Hex

#7FABBA
(127,171,186)
0 Favorites   0 Comments

Color spaces of #7fabba

RGB 127171186
HSL0.540.300.61
HSV195°32°73°
CMYK 0.320.080.00   0.27
XYZ32.178237.183051.9354
Yxy37.18300.26530.3065
Hunter Lab60.9779-12.5163-7.8133
CIE-Lab67.4141-11.0636-12.4486

#7fabba color RGB value is (127,171,186).

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

The process color (four color CMYK) of #7fabba color hex is 0.32, 0.08, 0.00, 0.27. Web safe color of #7fabba is #6699cc. Color #7fabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101011 10111010
Octal 177 253 272
Decimal 127 171 186
Hex 7F AB BA

RGB Percentages of Color #7fabba

%26.24
%35.33
%38.43

CMYK Percentages of Color #7fabba

%32
%8
%0
%27

Triadic Colors of #7fabba

#7fabba #ba7fab #abba7f

Analogous Colors of #7fabba

#7fabba #7f8eba #7fbaac

Monochromatic Colors of #7fabba

#7fabba

Complementary Color

#7fabba #ba8e7f

#7fabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fabba Color CSS Codes

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

#7fabba Text Font Color

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

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


#7fabba Background Color

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

This div background color is #7fabba


#7fabba Border Color

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

This div border color is #7fabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fabba


Comments

No comments written yet.

Please login to write comment.