Color Hex Logo

#baccae Color Hex

#BACCAE
(186,204,174)
0 Favorites   0 Comments

Color spaces of #baccae

RGB 186204174
HSL0.270.230.74
HSV96°15°80°
CMYK 0.090.000.15   0.20
XYZ49.482556.680848.3769
Yxy56.68080.32020.3668
Hunter Lab75.2867-14.431714.6027
CIE-Lab79.9997-11.562012.9045

#baccae color RGB value is (186,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10101110
Octal 272 314 256
Decimal 186 204 174
Hex BA CC AE

RGB Percentages of Color #baccae

%32.98
%36.17
%30.85

CMYK Percentages of Color #baccae

%9
%0
%15
%20

Triadic Colors of #baccae

#baccae #aebacc #ccaeba

Analogous Colors of #baccae

#baccae #aeccb1 #c9ccae

Monochromatic Colors of #baccae

#baccae

Complementary Color

#baccae #c0aecc

#baccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccae Color CSS Codes

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

#baccae Text Font Color

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

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


#baccae Background Color

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

This div background color is #baccae


#baccae Border Color

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

This div border color is #baccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccae


Comments

No comments written yet.

Please login to write comment.