Color Hex Logo

#bac683 Color Hex

#BAC683
(186,198,131)
0 Favorites   0 Comments

Color spaces of #bac683

RGB 186198131
HSL0.200.370.65
HSV71°34°78°
CMYK 0.060.000.34   0.22
XYZ44.540552.466029.2521
Yxy52.46600.35280.4155
Hunter Lab72.4334-16.995926.7592
CIE-Lab77.5587-14.903232.2567

#bac683 color RGB value is (186,198,131).

#bac683 hex color red value is 186, green value is 198 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bac683 hue: 0.20 , saturation: 0.37 and the lightness value of bac683 is 0.65.

The process color (four color CMYK) of #bac683 color hex is 0.06, 0.00, 0.34, 0.22. Web safe color of #bac683 is #cccc99. Color #bac683 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 10000011
Octal 272 306 203
Decimal 186 198 131
Hex BA C6 83

RGB Percentages of Color #bac683

%36.12
%38.45
%25.44

CMYK Percentages of Color #bac683

%6
%0
%34
%22

Triadic Colors of #bac683

#bac683 #83bac6 #c683ba

Analogous Colors of #bac683

#bac683 #99c683 #c6b183

Monochromatic Colors of #bac683

#bac683

Complementary Color

#bac683 #8f83c6

#bac683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac683 Color CSS Codes

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

#bac683 Text Font Color

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

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


#bac683 Background Color

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

This div background color is #bac683


#bac683 Border Color

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

This div border color is #bac683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac683


Comments

No comments written yet.

Please login to write comment.