Color Hex Logo

#7fbbbb Color Hex

#7FBBBB
(127,187,187)
0 Favorites   0 Comments

Color spaces of #7fbbbb

RGB 127187187
HSL0.500.310.62
HSV180°32°73°
CMYK 0.320.000.00   0.27
XYZ35.492443.640553.5665
Yxy43.64050.26750.3289
Hunter Lab66.0610-19.7044-1.8335
CIE-Lab71.9876-19.2016-6.1824

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111011 10111011
Octal 177 273 273
Decimal 127 187 187
Hex 7F BB BB

RGB Percentages of Color #7fbbbb

%25.35
%37.33
%37.33

CMYK Percentages of Color #7fbbbb

%32
%0
%0
%27

Triadic Colors of #7fbbbb

#7fbbbb #bb7fbb #bbbb7f

Analogous Colors of #7fbbbb

#7fbbbb #7f9dbb #7fbb9d

Monochromatic Colors of #7fbbbb

#7fbbbb

Complementary Color

#7fbbbb #bb7f7f

#7fbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbbbb Color CSS Codes

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

#7fbbbb Text Font Color

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

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


#7fbbbb Background Color

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

This div background color is #7fbbbb


#7fbbbb Border Color

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

This div border color is #7fbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbbbb


Comments

No comments written yet.

Please login to write comment.