Color Hex Logo

#7fbebe Color Hex

#7FBEBE
(127,190,190)
0 Favorites   0 Comments

Color spaces of #7fbebe

RGB 127190190
HSL0.500.330.62
HSV180°33°75°
CMYK 0.330.000.00   0.25
XYZ36.460145.056655.4903
Yxy45.05660.26610.3289
Hunter Lab67.1242-20.5109-2.0270
CIE-Lab72.9291-20.0172-6.4269

#7fbebe color RGB value is (127,190,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 10111110
Octal 177 276 276
Decimal 127 190 190
Hex 7F BE BE

RGB Percentages of Color #7fbebe

%25.05
%37.48
%37.48

CMYK Percentages of Color #7fbebe

%33
%0
%0
%25

Triadic Colors of #7fbebe

#7fbebe #be7fbe #bebe7f

Analogous Colors of #7fbebe

#7fbebe #7f9fbe #7fbe9f

Monochromatic Colors of #7fbebe

#7fbebe

Complementary Color

#7fbebe #be7f7f

#7fbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbebe Color CSS Codes

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

#7fbebe Text Font Color

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

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


#7fbebe Background Color

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

This div background color is #7fbebe


#7fbebe Border Color

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

This div border color is #7fbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbebe


Comments

No comments written yet.

Please login to write comment.