Color Hex Logo

#bac768 Color Hex

#BAC768
(186,199,104)
0 Favorites   0 Comments

Color spaces of #bac768

RGB 186199104
HSL0.190.460.59
HSV68°48°78°
CMYK 0.070.000.48   0.22
XYZ43.171852.285420.9134
Yxy52.28540.37100.4493
Hunter Lab72.3086-19.966933.4680
CIE-Lab77.4512-18.459445.7283

#bac768 color RGB value is (186,199,104).

#bac768 hex color red value is 186, green value is 199 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bac768 hue: 0.19 , saturation: 0.46 and the lightness value of bac768 is 0.59.

The process color (four color CMYK) of #bac768 color hex is 0.07, 0.00, 0.48, 0.22. Web safe color of #bac768 is #cccc66. Color #bac768 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 01101000
Octal 272 307 150
Decimal 186 199 104
Hex BA C7 68

RGB Percentages of Color #bac768

%38.04
%40.70
%21.27

CMYK Percentages of Color #bac768

%7
%0
%48
%22

Triadic Colors of #bac768

#bac768 #68bac7 #c768ba

Analogous Colors of #bac768

#bac768 #8bc768 #c7a568

Monochromatic Colors of #bac768

#bac768

Complementary Color

#bac768 #7568c7

#bac768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac768 Color CSS Codes

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

#bac768 Text Font Color

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

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


#bac768 Background Color

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

This div background color is #bac768


#bac768 Border Color

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

This div border color is #bac768


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,199,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bac768; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bac768;
  -webkit-box-shadow: 1px 1px 3px 2px #bac768;
  box-shadow:         1px 1px 3px 2px #bac768; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac768


Comments

No comments written yet.

Please login to write comment.