Color Hex Logo

#bac678 Color Hex

#BAC678
(186,198,120)
0 Favorites   0 Comments

Color spaces of #bac678

RGB 186198120
HSL0.190.410.62
HSV69°39°78°
CMYK 0.060.000.39   0.22
XYZ43.833952.183325.5314
Yxy52.18330.36060.4293
Hunter Lab72.2380-18.103029.6115
CIE-Lab77.3903-16.242237.6879

#bac678 color RGB value is (186,198,120).

#bac678 hex color red value is 186, green value is 198 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bac678 hue: 0.19 , saturation: 0.41 and the lightness value of bac678 is 0.62.

The process color (four color CMYK) of #bac678 color hex is 0.06, 0.00, 0.39, 0.22. Web safe color of #bac678 is #cccc66. Color #bac678 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01111000
Octal 272 306 170
Decimal 186 198 120
Hex BA C6 78

RGB Percentages of Color #bac678

%36.90
%39.29
%23.81

CMYK Percentages of Color #bac678

%6
%0
%39
%22

Triadic Colors of #bac678

#bac678 #78bac6 #c678ba

Analogous Colors of #bac678

#bac678 #93c678 #c6ab78

Monochromatic Colors of #bac678

#bac678

Complementary Color

#bac678 #8478c6

#bac678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac678 Color CSS Codes

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

#bac678 Text Font Color

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

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


#bac678 Background Color

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

This div background color is #bac678


#bac678 Border Color

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

This div border color is #bac678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac678


Comments

No comments written yet.

Please login to write comment.