Color Hex Logo

#7fbabb Color Hex

#7FBABB
(127,186,187)
0 Favorites   0 Comments

Color spaces of #7fbabb

RGB 127186187
HSL0.500.310.62
HSV181°32°73°
CMYK 0.320.010.00   0.27
XYZ35.280943.217753.4961
Yxy43.21770.26730.3274
Hunter Lab65.7402-19.2494-2.2292
CIE-Lab71.7025-18.6894-6.6047

#7fbabb color RGB value is (127,186,187).

#7fbabb hex color red value is 127, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7fbabb hue: 0.50 , saturation: 0.31 and the lightness value of 7fbabb is 0.62.

The process color (four color CMYK) of #7fbabb color hex is 0.32, 0.01, 0.00, 0.27. Web safe color of #7fbabb is #66cccc. Color #7fbabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111010 10111011
Octal 177 272 273
Decimal 127 186 187
Hex 7F BA BB

RGB Percentages of Color #7fbabb

%25.40
%37.20
%37.40

CMYK Percentages of Color #7fbabb

%32
%1
%0
%27

Triadic Colors of #7fbabb

#7fbabb #bb7fba #babb7f

Analogous Colors of #7fbabb

#7fbabb #7f9cbb #7fbb9e

Monochromatic Colors of #7fbabb

#7fbabb

Complementary Color

#7fbabb #bb807f

#7fbabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbabb Color CSS Codes

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

#7fbabb Text Font Color

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

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


#7fbabb Background Color

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

This div background color is #7fbabb


#7fbabb Border Color

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

This div border color is #7fbabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbabb


Comments

No comments written yet.

Please login to write comment.