Color Hex Logo

#baccb8 Color Hex

#BACCB8
(186,204,184)
0 Favorites   0 Comments

Color spaces of #baccb8

RGB 186204184
HSL0.320.160.76
HSV114°10°80°
CMYK 0.090.000.10   0.20
XYZ50.494357.085553.7047
Yxy57.08550.31310.3539
Hunter Lab75.5549-12.927410.7449
CIE-Lab80.2277-9.82147.8890

#baccb8 color RGB value is (186,204,184).

#baccb8 hex color red value is 186, green value is 204 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #baccb8 hue: 0.32 , saturation: 0.16 and the lightness value of baccb8 is 0.76.

The process color (four color CMYK) of #baccb8 color hex is 0.09, 0.00, 0.10, 0.20. Web safe color of #baccb8 is #cccccc. Color #baccb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10111000
Octal 272 314 270
Decimal 186 204 184
Hex BA CC B8

RGB Percentages of Color #baccb8

%32.40
%35.54
%32.06

CMYK Percentages of Color #baccb8

%9
%0
%10
%20

Triadic Colors of #baccb8

#baccb8 #b8bacc #ccb8ba

Analogous Colors of #baccb8

#baccb8 #b8ccc0 #c4ccb8

Monochromatic Colors of #baccb8

#baccb8

Complementary Color

#baccb8 #cab8cc

#baccb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccb8 Color CSS Codes

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

#baccb8 Text Font Color

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

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


#baccb8 Background Color

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

This div background color is #baccb8


#baccb8 Border Color

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

This div border color is #baccb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccb8


Comments

No comments written yet.

Please login to write comment.