Color Hex Logo

#bacc88 Color Hex

#BACC88
(186,204,136)
0 Favorites   0 Comments

Color spaces of #bacc88

RGB 186204136
HSL0.210.400.67
HSV76°33°80°
CMYK 0.090.000.33   0.20
XYZ46.286555.402431.5467
Yxy55.40240.34740.4158
Hunter Lab74.4328-19.256026.9742
CIE-Lab79.2725-17.280631.9219

#bacc88 color RGB value is (186,204,136).

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

The process color (four color CMYK) of #bacc88 color hex is 0.09, 0.00, 0.33, 0.20. Web safe color of #bacc88 is #cccc99. Color #bacc88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10001000
Octal 272 314 210
Decimal 186 204 136
Hex BA CC 88

RGB Percentages of Color #bacc88

%35.36
%38.78
%25.86

CMYK Percentages of Color #bacc88

%9
%0
%33
%20

Triadic Colors of #bacc88

#bacc88 #88bacc #cc88ba

Analogous Colors of #bacc88

#bacc88 #98cc88 #ccbc88

Monochromatic Colors of #bacc88

#bacc88

Complementary Color

#bacc88 #9a88cc

#bacc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc88 Color CSS Codes

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

#bacc88 Text Font Color

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

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


#bacc88 Background Color

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

This div background color is #bacc88


#bacc88 Border Color

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

This div border color is #bacc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc88


Comments

No comments written yet.

Please login to write comment.