Color Hex Logo

#7fbeaf Color Hex

#7FBEAF
(127,190,175)
0 Favorites   0 Comments

Color spaces of #7fbeaf

RGB 127190175
HSL0.460.330.62
HSV166°33°75°
CMYK 0.330.000.08   0.25
XYZ34.903744.434147.2945
Yxy44.43410.27560.3509
Hunter Lab66.6589-23.18764.5950
CIE-Lab72.5177-23.48851.1513

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10111110 10101111
Octal 177 276 257
Decimal 127 190 175
Hex 7F BE AF

RGB Percentages of Color #7fbeaf

%25.81
%38.62
%35.57

CMYK Percentages of Color #7fbeaf

%33
%0
%8
%25

Triadic Colors of #7fbeaf

#7fbeaf #af7fbe #beaf7f

Analogous Colors of #7fbeaf

#7fbeaf #7faebe #7fbe90

Monochromatic Colors of #7fbeaf

#7fbeaf

Complementary Color

#7fbeaf #be7f8e

#7fbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fbeaf Color CSS Codes

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

#7fbeaf Text Font Color

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

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


#7fbeaf Background Color

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

This div background color is #7fbeaf


#7fbeaf Border Color

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

This div border color is #7fbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fbeaf


Comments

No comments written yet.

Please login to write comment.