Color Hex Logo

#7baf2f Color Hex

#7BAF2F
(123,175,47)
0 Favorites   0 Comments

Color spaces of #7baf2f

RGB 12317547
HSL0.230.580.44
HSV84°73°69°
CMYK 0.300.000.73   0.31
XYZ24.011435.07618.1942
Yxy35.07610.35690.5213
Hunter Lab59.2251-31.275333.2544
CIE-Lab65.8079-36.540656.6086

#7baf2f color RGB value is (123,175,47).

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

The process color (four color CMYK) of #7baf2f color hex is 0.30, 0.00, 0.73, 0.31. Web safe color of #7baf2f is #669933. Color #7baf2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101111 00101111
Octal 173 257 57
Decimal 123 175 47
Hex 7B AF 2F

RGB Percentages of Color #7baf2f

%35.65
%50.72
%13.62

CMYK Percentages of Color #7baf2f

%30
%0
%73
%31

Triadic Colors of #7baf2f

#7baf2f #2f7baf #af2f7b

Analogous Colors of #7baf2f

#7baf2f #3baf2f #afa32f

Monochromatic Colors of #7baf2f

#7baf2f

Complementary Color

#7baf2f #632faf

#7baf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baf2f Color CSS Codes

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

#7baf2f Text Font Color

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

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


#7baf2f Background Color

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

This div background color is #7baf2f


#7baf2f Border Color

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

This div border color is #7baf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baf2f


Comments

No comments written yet.

Please login to write comment.