Color Hex Logo

#bdccad Color Hex

#BDCCAD
(189,204,173)
0 Favorites   0 Comments

Color spaces of #bdccad

RGB 189204173
HSL0.250.230.74
HSV89°15°80°
CMYK 0.070.000.15   0.20
XYZ50.122057.021747.8997
Yxy57.02170.32330.3678
Hunter Lab75.5127-13.666815.2497
CIE-Lab80.1918-10.664513.7392

#bdccad color RGB value is (189,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10101101
Octal 275 314 255
Decimal 189 204 173
Hex BD CC AD

RGB Percentages of Color #bdccad

%33.39
%36.04
%30.57

CMYK Percentages of Color #bdccad

%7
%0
%15
%20

Triadic Colors of #bdccad

#bdccad #adbdcc #ccadbd

Analogous Colors of #bdccad

#bdccad #aeccad #ccccad

Monochromatic Colors of #bdccad

#bdccad

Complementary Color

#bdccad #bcadcc

#bdccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccad Color CSS Codes

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

#bdccad Text Font Color

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

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


#bdccad Background Color

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

This div background color is #bdccad


#bdccad Border Color

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

This div border color is #bdccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccad


Comments

No comments written yet.

Please login to write comment.