Color Hex Logo

#7baf8f Color Hex

#7BAF8F
(123,175,143)
0 Favorites   0 Comments

Color spaces of #7baf8f

RGB 123175143
HSL0.400.250.58
HSV143°30°69°
CMYK 0.300.000.18   0.31
XYZ28.456336.854131.6003
Yxy36.85410.29360.3803
Hunter Lab60.7076-22.567511.6329
CIE-Lab67.1674-23.990110.9761

#7baf8f color RGB value is (123,175,143).

#7baf8f hex color red value is 123, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #7baf8f hue: 0.40 , saturation: 0.25 and the lightness value of 7baf8f is 0.58.

The process color (four color CMYK) of #7baf8f color hex is 0.30, 0.00, 0.18, 0.31. Web safe color of #7baf8f is #669999. Color #7baf8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 10001111
Octal 173 257 217
Decimal 123 175 143
Hex 7B AF 8F

RGB Percentages of Color #7baf8f

%27.89
%39.68
%32.43

CMYK Percentages of Color #7baf8f

%30
%0
%18
%31

Triadic Colors of #7baf8f

#7baf8f #8f7baf #af8f7b

Analogous Colors of #7baf8f

#7baf8f #7bafa9 #81af7b

Monochromatic Colors of #7baf8f

#7baf8f

Complementary Color

#7baf8f #af7b9b

#7baf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baf8f Color CSS Codes

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

#7baf8f Text Font Color

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

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


#7baf8f Background Color

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

This div background color is #7baf8f


#7baf8f Border Color

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

This div border color is #7baf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baf8f


Comments

No comments written yet.

Please login to write comment.