Color Hex Logo

#baccad Color Hex

#BACCAD
(186,204,173)
0 Favorites   0 Comments

Color spaces of #baccad

RGB 186204173
HSL0.260.230.74
HSV95°15°80°
CMYK 0.090.000.15   0.20
XYZ49.385456.642047.8653
Yxy56.64200.32090.3681
Hunter Lab75.2609-14.576714.9747
CIE-Lab79.9778-11.730813.4066

#baccad color RGB value is (186,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 10101101
Octal 272 314 255
Decimal 186 204 173
Hex BA CC AD

RGB Percentages of Color #baccad

%33.04
%36.23
%30.73

CMYK Percentages of Color #baccad

%9
%0
%15
%20

Triadic Colors of #baccad

#baccad #adbacc #ccadba

Analogous Colors of #baccad

#baccad #adccb0 #caccad

Monochromatic Colors of #baccad

#baccad

Complementary Color

#baccad #bfadcc

#baccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#baccad Color CSS Codes

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

#baccad Text Font Color

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

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


#baccad Background Color

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

This div background color is #baccad


#baccad Border Color

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

This div border color is #baccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baccad

#baccad Color Palettes


Comments

No comments written yet.

Please login to write comment.