Color Hex Logo

#bac488 Color Hex

#BAC488
(186,196,136)
0 Favorites   0 Comments

Color spaces of #bac488

RGB 186196136
HSL0.190.340.65
HSV70°31°77°
CMYK 0.050.000.31   0.23
XYZ44.433651.696530.9291
Yxy51.69650.34970.4069
Hunter Lab71.9003-15.514424.8256
CIE-Lab77.0990-13.232829.0438

#bac488 color RGB value is (186,196,136).

#bac488 hex color red value is 186, green value is 196 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bac488 hue: 0.19 , saturation: 0.34 and the lightness value of bac488 is 0.65.

The process color (four color CMYK) of #bac488 color hex is 0.05, 0.00, 0.31, 0.23. Web safe color of #bac488 is #cccc99. Color #bac488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 10001000
Octal 272 304 210
Decimal 186 196 136
Hex BA C4 88

RGB Percentages of Color #bac488

%35.91
%37.84
%26.25

CMYK Percentages of Color #bac488

%5
%0
%31
%23

Triadic Colors of #bac488

#bac488 #88bac4 #c488ba

Analogous Colors of #bac488

#bac488 #9cc488 #c4b088

Monochromatic Colors of #bac488

#bac488

Complementary Color

#bac488 #9288c4

#bac488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac488 Color CSS Codes

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

#bac488 Text Font Color

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

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


#bac488 Background Color

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

This div background color is #bac488


#bac488 Border Color

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

This div border color is #bac488


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,196,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 #bac488">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac488


Comments

No comments written yet.

Please login to write comment.