Color Hex Logo

#7fbeb3 Color Hex

#7FBEB3
(127,190,179)
0 Favorites   0 Comments

Color spaces of #7fbeb3

RGB 127190179
HSL0.470.330.62
HSV170°33°75°
CMYK 0.330.000.06   0.25
XYZ35.302544.593649.3946
Yxy44.59360.27300.3449
Hunter Lab66.7784-22.49802.8893
CIE-Lab72.6235-22.5860-0.8759

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 10110011
Octal 177 276 263
Decimal 127 190 179
Hex 7F BE B3

RGB Percentages of Color #7fbeb3

%25.60
%38.31
%36.09

CMYK Percentages of Color #7fbeb3

%33
%0
%6
%25

Triadic Colors of #7fbeb3

#7fbeb3 #b37fbe #beb37f

Analogous Colors of #7fbeb3

#7fbeb3 #7faabe #7fbe94

Monochromatic Colors of #7fbeb3

#7fbeb3

Complementary Color

#7fbeb3 #be7f8a

#7fbeb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeb3 Color CSS Codes

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

#7fbeb3 Text Font Color

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

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


#7fbeb3 Background Color

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

This div background color is #7fbeb3


#7fbeb3 Border Color

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

This div border color is #7fbeb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeb3


Comments

No comments written yet.

Please login to write comment.