Color Hex Logo

#baccb0 Color Hex

#BACCB0
(186,204,176)
0 Favorites   0 Comments

Color spaces of #baccb0

RGB 186204176
HSL0.270.220.75
HSV99°14°80°
CMYK 0.090.000.14   0.20
XYZ49.679056.759449.4116
Yxy56.75940.31880.3642
Hunter Lab75.3388-14.138713.8513
CIE-Lab80.0441-11.221411.9006

#baccb0 color RGB value is (186,204,176).

#baccb0 hex color red value is 186, green value is 204 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #baccb0 hue: 0.27 , saturation: 0.22 and the lightness value of baccb0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10110000
Octal 272 314 260
Decimal 186 204 176
Hex BA CC B0

RGB Percentages of Color #baccb0

%32.86
%36.04
%31.10

CMYK Percentages of Color #baccb0

%9
%0
%14
%20

Triadic Colors of #baccb0

#baccb0 #b0bacc #ccb0ba

Analogous Colors of #baccb0

#baccb0 #b0ccb4 #c8ccb0

Monochromatic Colors of #baccb0

#baccb0

Complementary Color

#baccb0 #c2b0cc

#baccb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccb0 Color CSS Codes

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

#baccb0 Text Font Color

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

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


#baccb0 Background Color

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

This div background color is #baccb0


#baccb0 Border Color

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

This div border color is #baccb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccb0


Comments

No comments written yet.

Please login to write comment.