Color Hex Logo

#bac88c Color Hex

#BAC88C
(186,200,140)
0 Favorites   0 Comments

Color spaces of #bac88c

RGB 186200140
HSL0.210.350.67
HSV74°30°78°
CMYK 0.070.000.30   0.22
XYZ45.637653.641132.7594
Yxy53.64110.34560.4063
Hunter Lab73.2401-16.942624.7484
CIE-Lab78.2520-14.728828.4879

#bac88c color RGB value is (186,200,140).

#bac88c hex color red value is 186, green value is 200 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bac88c hue: 0.21 , saturation: 0.35 and the lightness value of bac88c is 0.67.

The process color (four color CMYK) of #bac88c color hex is 0.07, 0.00, 0.30, 0.22. Web safe color of #bac88c is #cccc99. Color #bac88c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001000 10001100
Octal 272 310 214
Decimal 186 200 140
Hex BA C8 8C

RGB Percentages of Color #bac88c

%35.36
%38.02
%26.62

CMYK Percentages of Color #bac88c

%7
%0
%30
%22

Triadic Colors of #bac88c

#bac88c #8cbac8 #c88cba

Analogous Colors of #bac88c

#bac88c #9cc88c #c8b88c

Monochromatic Colors of #bac88c

#bac88c

Complementary Color

#bac88c #9a8cc8

#bac88c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac88c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac88c Color CSS Codes

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

#bac88c Text Font Color

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

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


#bac88c Background Color

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

This div background color is #bac88c


#bac88c Border Color

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

This div border color is #bac88c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac88c


Comments

No comments written yet.

Please login to write comment.