Color Hex Logo

#7fbfbc Color Hex

#7FBFBC
(127,191,188)
0 Favorites   0 Comments

Color spaces of #7fbfbc

RGB 127191188
HSL0.490.330.62
HSV177°34°75°
CMYK 0.340.000.02   0.25
XYZ36.460345.404554.4192
Yxy45.40450.26750.3332
Hunter Lab67.3829-21.3352-0.7153
CIE-Lab73.1574-21.0006-4.9987

#7fbfbc color RGB value is (127,191,188).

#7fbfbc hex color red value is 127, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7fbfbc hue: 0.49 , saturation: 0.33 and the lightness value of 7fbfbc is 0.62.

The process color (four color CMYK) of #7fbfbc color hex is 0.34, 0.00, 0.02, 0.25. Web safe color of #7fbfbc is #66cccc. Color #7fbfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111111 10111100
Octal 177 277 274
Decimal 127 191 188
Hex 7F BF BC

RGB Percentages of Color #7fbfbc

%25.10
%37.75
%37.15

CMYK Percentages of Color #7fbfbc

%34
%0
%2
%25

Triadic Colors of #7fbfbc

#7fbfbc #bc7fbf #bfbc7f

Analogous Colors of #7fbfbc

#7fbfbc #7fa2bf #7fbf9c

Monochromatic Colors of #7fbfbc

#7fbfbc

Complementary Color

#7fbfbc #bf7f82

#7fbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbfbc Color CSS Codes

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

#7fbfbc Text Font Color

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

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


#7fbfbc Background Color

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

This div background color is #7fbfbc


#7fbfbc Border Color

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

This div border color is #7fbfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbfbc


Comments

No comments written yet.

Please login to write comment.