Color Hex Logo

#bdccaa Color Hex

#BDCCAA
(189,204,170)
0 Favorites   0 Comments

Color spaces of #bdccaa

RGB 189204170
HSL0.240.250.73
HSV86°17°80°
CMYK 0.070.000.17   0.20
XYZ49.834856.906846.3878
Yxy56.90680.32540.3716
Hunter Lab75.4366-14.093716.3468
CIE-Lab80.1271-11.158915.2452

#bdccaa color RGB value is (189,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10101010
Octal 275 314 252
Decimal 189 204 170
Hex BD CC AA

RGB Percentages of Color #bdccaa

%33.57
%36.23
%30.20

CMYK Percentages of Color #bdccaa

%7
%0
%17
%20

Triadic Colors of #bdccaa

#bdccaa #aabdcc #ccaabd

Analogous Colors of #bdccaa

#bdccaa #acccaa #cccaaa

Monochromatic Colors of #bdccaa

#bdccaa

Complementary Color

#bdccaa #b9aacc

#bdccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccaa Color CSS Codes

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

#bdccaa Text Font Color

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

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


#bdccaa Background Color

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

This div background color is #bdccaa


#bdccaa Border Color

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

This div border color is #bdccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccaa


Comments

No comments written yet.

Please login to write comment.