Color Hex Logo

#bac788 Color Hex

#BAC788
(186,199,136)
0 Favorites   0 Comments

Color spaces of #bac788

RGB 186199136
HSL0.200.360.66
HSV72°32°78°
CMYK 0.070.000.32   0.22
XYZ45.117153.063531.1569
Yxy53.06350.34880.4103
Hunter Lab72.8447-16.922425.6320
CIE-Lab77.9125-14.759530.1243

#bac788 color RGB value is (186,199,136).

#bac788 hex color red value is 186, green value is 199 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bac788 hue: 0.20 , saturation: 0.36 and the lightness value of bac788 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 10001000
Octal 272 307 210
Decimal 186 199 136
Hex BA C7 88

RGB Percentages of Color #bac788

%35.70
%38.20
%26.10

CMYK Percentages of Color #bac788

%7
%0
%32
%22

Triadic Colors of #bac788

#bac788 #88bac7 #c788ba

Analogous Colors of #bac788

#bac788 #9bc788 #c7b588

Monochromatic Colors of #bac788

#bac788

Complementary Color

#bac788 #9588c7

#bac788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac788 Color CSS Codes

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

#bac788 Text Font Color

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

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


#bac788 Background Color

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

This div background color is #bac788


#bac788 Border Color

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

This div border color is #bac788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac788


Comments

No comments written yet.

Please login to write comment.